#BD72DB

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

Shades of Medium Orchid #BD72DB

Tints of Medium Orchid #BD72DB

Color information

#BD72DB (or 0xBD72DB) is unknown color: approx Medium Orchid. HEX triplet: BD, 72 and DB. RGB value is (189,114,219). Sum of RGB (Red+Green+Blue) = 189+114+219=522 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.21% from 522); Green value is 114 (44.92% from 255 or 21.84% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72DB is #428D24. Grayscale: #949494. Windows color (decimal): -4361509 or 14381757. OLE color: 14381757.

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

Color convert

RGB189114219-
CMYK0.140.4800.14
HSL282.86º59.32%65.29%-
HSV(B)282.86º47.95%85.88%-
XYZ39.7927.9770.32-
YUV148.39167.85156.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.21%
GREEN value IS 114 (44.92% from 255) = 21.84%
BLUE value IS 219 (85.94% from 255) = 41.95%
R=36.21%
G=21.84%
B=41.95%

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
Decimal1891142190.140.4800.14282.8659.3265.29
HexBD72DBE300E11b3b41
Octal275162333166001643373101
Binary101111011110010110110111110110000011101000110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72DB; }

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

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

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

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

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

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

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

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