#BD72DE

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

Shades of Medium Orchid #BD72DE

Tints of Medium Orchid #BD72DE

Color information

#BD72DE (or 0xBD72DE) is unknown color: approx Medium Orchid. HEX triplet: BD, 72 and DE. RGB value is (189,114,222). Sum of RGB (Red+Green+Blue) = 189+114+222=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 114 (44.92% from 255 or 21.71% from 525); Blue value is 222 (87.11% from 255 or 42.29% from 525); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD72DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72DE is #428D21. Grayscale: #949494. Windows color (decimal): -4361506 or 14578365. OLE color: 14578365.

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

Color convert

RGB189114222-
CMYK0.150.4900.13
HSL281.67º62.07%65.88%-
HSV(B)281.67º48.65%87.06%-
XYZ40.1928.1372.42-
YUV148.74169.35156.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 114 (44.92% from 255) = 21.71%
BLUE value IS 222 (87.11% from 255) = 42.29%
R=36%
G=21.71%
B=42.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891142220.150.4900.13281.6762.0765.88
HexBD72DEF310D11a3e42
Octal275162336176101543276102
Binary101111011110010110111101111110001011011000110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72DE; }

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

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

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

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

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

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

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

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