#BD72E0

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

Shades of Medium Orchid #BD72E0

Tints of Medium Orchid #BD72E0

Color information

#BD72E0 (or 0xBD72E0) is unknown color: approx Medium Orchid. HEX triplet: BD, 72 and E0. RGB value is (189,114,224). Sum of RGB (Red+Green+Blue) = 189+114+224=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 114 (44.92% from 255 or 21.63% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD72E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72E0 is #428D1F. Grayscale: #949494. Windows color (decimal): -4361504 or 14709437. OLE color: 14709437.

HSL color Cylindrical-coordinate representation of color #BD72E0: hue angle of 280.91º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BD72E0 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189114224-
CMYK0.160.4900.12
HSL280.91º63.95%66.27%-
HSV(B)280.91º49.11%87.84%-
XYZ40.4628.2473.84-
YUV148.96170.35156.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 114 (44.92% from 255) = 21.63%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=35.86%
G=21.63%
B=42.50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891142240.160.4900.12280.9163.9566.27
HexBD72E010310C1194042
Octal2751623402061014431100102
Binary10111101111001011100000100001100010110010001100110000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72E0; }

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

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

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

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

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

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

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

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