#B72CCB

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

Shades of Dark Orchid #B72CCB

Tints of Dark Orchid #B72CCB

Color information

#B72CCB (or 0xB72CCB) is unknown color: approx Dark Orchid. HEX triplet: B7, 2C and CB. RGB value is (183,44,203). Sum of RGB (Red+Green+Blue) = 183+44+203=430 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.56% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #B72CCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72CCB is #48D334. Grayscale: #676767. Windows color (decimal): -4772661 or 13315255. OLE color: 13315255.

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

Color convert

RGB18344203-
CMYK0.100.7800.20
HSL292.45º64.37%48.43%-
HSV(B)292.45º78.33%79.61%-
XYZ31.2116.1857.98-
YUV103.69184.05184.57-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 42.56%
GREEN value IS 44 (17.58% from 255) = 10.23%
BLUE value IS 203 (79.69% from 255) = 47.21%
R=42.56%
G=10.23%
B=47.21%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183442030.100.7800.20292.4564.3748.43
HexB72CCBA4E0141244030
Octal267543131211602444410060
Binary1011011110110011001011101010011100101001001001001000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72CCB; }

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

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

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

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

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

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

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

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