#B72AC6

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

Shades of Dark Orchid #B72AC6

Tints of Dark Orchid #B72AC6

Color information

#B72AC6 (or 0xB72AC6) is unknown color: approx Dark Orchid. HEX triplet: B7, 2A and C6. RGB value is (183,42,198). Sum of RGB (Red+Green+Blue) = 183+42+198=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 42 (16.80% from 255 or 9.93% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #B72AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72AC6 is #48D539. Grayscale: #656565. Windows color (decimal): -4773178 or 12987063. OLE color: 12987063.

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

Color convert

RGB18342198-
CMYK0.080.7900.22
HSL294.23º65%47.06%-
HSV(B)294.23º78.79%77.65%-
XYZ30.5515.854.87-
YUV101.94182.21185.82-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 43.26%
GREEN value IS 42 (16.80% from 255) = 9.93%
BLUE value IS 198 (77.73% from 255) = 46.81%
R=43.26%
G=9.93%
B=46.81%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183421980.080.7900.22294.236547.06
HexB72AC684F016126412f
Octal267523061011702644610157
Binary1011011110101011000110100010011110101101001001101000001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72AC6; }

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

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

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

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

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

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

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

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