#BA72DB

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

Shades of Medium Orchid #BA72DB

Tints of Medium Orchid #BA72DB

Color information

#BA72DB (or 0xBA72DB) is unknown color: approx Medium Orchid. HEX triplet: BA, 72 and DB. RGB value is (186,114,219). Sum of RGB (Red+Green+Blue) = 186+114+219=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72DB is #458D24. Grayscale: #939393. Windows color (decimal): -4558117 or 14381754. OLE color: 14381754.

HSL color Cylindrical-coordinate representation of color #BA72DB: hue angle of 281.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA72DB is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186114219-
CMYK0.150.4800.14
HSL281.14º59.32%65.29%-
HSV(B)281.14º47.95%85.88%-
XYZ39.0527.5970.28-
YUV147.5168.35155.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 114 (44.92% from 255) = 21.97%
BLUE value IS 219 (85.94% from 255) = 42.20%
R=35.84%
G=21.97%
B=42.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861142190.150.4800.14281.1459.3265.29
HexBA72DBF300E1193b41
Octal272162333176001643173101
Binary101110101110010110110111111110000011101000110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72DB; }

 p { color: rgb(186,114,219); }

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

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

 a { background-color: rgb(186,114,219); }

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

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

 span { border-color: rgb(186,114,219); }

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