#B72EC6

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

Shades of Dark Orchid #B72EC6

Tints of Dark Orchid #B72EC6

Color information

#B72EC6 (or 0xB72EC6) is unknown color: approx Dark Orchid. HEX triplet: B7, 2E and C6. RGB value is (183,46,198). Sum of RGB (Red+Green+Blue) = 183+46+198=427 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.86% from 427); Green value is 46 (18.36% from 255 or 10.77% from 427); Blue value is 198 (77.73% from 255 or 46.37% from 427); Max value from RGB is 198 - color contains mainly: blue. Hex color #B72EC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72EC6 is #48D139. Grayscale: #676767. Windows color (decimal): -4772154 or 12988087. OLE color: 12988087.

HSL color Cylindrical-coordinate representation of color #B72EC6: hue angle of 294.08º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72EC6 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18346198-
CMYK0.080.7700.22
HSL294.08º62.3%47.84%-
HSV(B)294.08º76.77%77.65%-
XYZ30.716.154.92-
YUV104.29180.89184.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.86%
GREEN value IS 46 (18.36% from 255) = 10.77%
BLUE value IS 198 (77.73% from 255) = 46.37%
R=42.86%
G=10.77%
B=46.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183461980.080.7700.22294.0862.347.84
HexB72EC684D0161263e30
Octal26756306101150264467660
Binary101101111011101100011010001001101010110100100110111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72EC6; }

 p { color: rgb(183,46,198); }

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

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

 a { background-color: rgb(183,46,198); }

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

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

 span { border-color: rgb(183,46,198); }

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