#BD72E4

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

Shades of Medium Orchid #BD72E4

Tints of Medium Orchid #BD72E4

Color information

#BD72E4 (or 0xBD72E4) is unknown color: approx Medium Orchid. HEX triplet: BD, 72 and E4. RGB value is (189,114,228). Sum of RGB (Red+Green+Blue) = 189+114+228=531 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.59% from 531); Green value is 114 (44.92% from 255 or 21.47% from 531); Blue value is 228 (89.45% from 255 or 42.94% from 531); Max value from RGB is 228 - color contains mainly: blue. Hex color #BD72E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD72E4 is #428D1B. Grayscale: #959595. Windows color (decimal): -4361500 or 14971581. OLE color: 14971581.

HSL color Cylindrical-coordinate representation of color #BD72E4: hue angle of 279.47º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD72E4 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB189114228-
CMYK0.170.5000.11
HSL279.47º67.86%67.06%-
HSV(B)279.47º50%89.41%-
XYZ41.0128.4576.73-
YUV149.42172.35156.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.59%
GREEN value IS 114 (44.92% from 255) = 21.47%
BLUE value IS 228 (89.45% from 255) = 42.94%
R=35.59%
G=21.47%
B=42.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1891142280.170.5000.11279.4767.8667.06
HexBD72E411320B1174443
Octal2751623442162013427104103
Binary10111101111001011100100100011100100101110001011110001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72E4; }

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

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

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

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

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

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

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

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