#B72CCA

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

Shades of Dark Orchid #B72CCA

Tints of Dark Orchid #B72CCA

Color information

#B72CCA (or 0xB72CCA) is unknown color: approx Dark Orchid. HEX triplet: B7, 2C and CA. RGB value is (183,44,202). Sum of RGB (Red+Green+Blue) = 183+44+202=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 44 (17.58% from 255 or 10.26% from 429); Blue value is 202 (79.30% from 255 or 47.09% from 429); Max value from RGB is 202 - color contains mainly: blue. Hex color #B72CCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CCA is #48D335. Grayscale: #676767. Windows color (decimal): -4772662 or 13249719. OLE color: 13249719.

HSL color Cylindrical-coordinate representation of color #B72CCA: hue angle of 292.78º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72CCA is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18344202-
CMYK0.090.7800.21
HSL292.78º64.23%48.24%-
HSV(B)292.78º78.22%79.22%-
XYZ31.0916.1357.35-
YUV103.57183.55184.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.66%
GREEN value IS 44 (17.58% from 255) = 10.26%
BLUE value IS 202 (79.30% from 255) = 47.09%
R=42.66%
G=10.26%
B=47.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal183442020.090.7800.21292.7864.2348.24
HexB72CCA94E0151254030
Octal267543121111602544510060
Binary1011011110110011001010100110011100101011001001011000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72CCA; }

 p { color: rgb(183,44,202); }

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

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

 a { background-color: rgb(183,44,202); }

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

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

 span { border-color: rgb(183,44,202); }

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