#BA44E4

Color #BA44E4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BA44E4

Tints of Medium Orchid #BA44E4

Color information

#BA44E4 (or 0xBA44E4) is unknown color: approx Medium Orchid. HEX triplet: BA, 44 and E4. RGB value is (186,68,228). Sum of RGB (Red+Green+Blue) = 186+68+228=482 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.59% from 482); Green value is 68 (26.95% from 255 or 14.11% from 482); Blue value is 228 (89.45% from 255 or 47.30% from 482); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA44E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA44E4 is #45BB1B. Grayscale: #787878. Windows color (decimal): -4569884 or 14959802. OLE color: 14959802.

HSL color Cylindrical-coordinate representation of color #BA44E4: hue angle of 284.25º degrees, saturation: 0.75, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BA44E4 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18668228-
CMYK0.180.7000.11
HSL284.25º74.77%58.04%-
HSV(B)284.25º70.18%89.41%-
XYZ36.3220.1775.38-
YUV121.52188.09173.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 38.59%
GREEN value IS 68 (26.95% from 255) = 14.11%
BLUE value IS 228 (89.45% from 255) = 47.30%
R=38.59%
G=14.11%
B=47.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186682280.180.7000.11284.2574.7758.04
HexBA44E412460B11c4b3a
Octal2721043442210601343411372
Binary10111010100010011100100100101000110010111000111001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44E4; }

 p { color: rgb(186,68,228); }

 H1.HeaderClassName
 {
   color: #BA44E4;
 }
 .AnyTagClassName
 {
   color: #BA44E4;
 }
</style>
background-color css

<style>
 a { background-color: #BA44E4; }

 a { background-color: rgb(186,68,228); }

 div.DivClassName
 {
   background-color: #BA44E4;
 }
 .BgClassName
 {
   background-color: #BA44E4;
 }
</style>
border-color css

<style>
 span { border-color: #BA44E4; }

 span { border-color: rgb(186,68,228); }

 td.TdClassName
 {
   border-color: #BA44E4;
 }
 .TagClassName
 {
   border-color: #BA44E4;
 }
</style>