#BD72DD

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

Shades of Medium Orchid #BD72DD

Tints of Medium Orchid #BD72DD

Color information

#BD72DD (or 0xBD72DD) is unknown color: approx Medium Orchid. HEX triplet: BD, 72 and DD. RGB value is (189,114,221). Sum of RGB (Red+Green+Blue) = 189+114+221=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 114 (44.92% from 255 or 21.76% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD72DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72DD is #428D22. Grayscale: #949494. Windows color (decimal): -4361507 or 14512829. OLE color: 14512829.

HSL color Cylindrical-coordinate representation of color #BD72DD: hue angle of 282.06º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD72DD is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB189114221-
CMYK0.140.4800.13
HSL282.06º61.14%65.69%-
HSV(B)282.06º48.42%86.67%-
XYZ40.0528.0771.71-
YUV148.62168.85156.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 114 (44.92% from 255) = 21.76%
BLUE value IS 221 (86.72% from 255) = 42.18%
R=36.07%
G=21.76%
B=42.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891142210.140.4800.13282.0661.1465.69
HexBD72DDE300D11a3d42
Octal275162335166001543275102
Binary101111011110010110111011110110000011011000110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72DD; }

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

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

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

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

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

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

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

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