#BC72DB

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

Shades of Medium Orchid #BC72DB

Tints of Medium Orchid #BC72DB

Color information

#BC72DB (or 0xBC72DB) is unknown color: approx Medium Orchid. HEX triplet: BC, 72 and DB. RGB value is (188,114,219). Sum of RGB (Red+Green+Blue) = 188+114+219=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72DB is #438D24. Grayscale: #939393. Windows color (decimal): -4427045 or 14381756. OLE color: 14381756.

HSL color Cylindrical-coordinate representation of color #BC72DB: hue angle of 282.29º 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 #BC72DB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188114219-
CMYK0.140.4800.14
HSL282.29º59.32%65.29%-
HSV(B)282.29º47.95%85.88%-
XYZ39.5427.8470.31-
YUV148.1168.02156.46-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.08%
GREEN value IS 114 (44.92% from 255) = 21.88%
BLUE value IS 219 (85.94% from 255) = 42.03%
R=36.08%
G=21.88%
B=42.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881142190.140.4800.14282.2959.3265.29
HexBC72DBE300E11a3b41
Octal274162333166001643273101
Binary101111001110010110110111110110000011101000110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC72DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC72DB; }

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

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

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

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

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

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

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

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