#B52BCB

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

Shades of Dark Orchid #B52BCB

Tints of Dark Orchid #B52BCB

Color information

#B52BCB (or 0xB52BCB) is unknown color: approx Dark Orchid. HEX triplet: B5, 2B and CB. RGB value is (181,43,203). Sum of RGB (Red+Green+Blue) = 181+43+203=427 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.39% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #B52BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BCB is #4AD434. Grayscale: #656565. Windows color (decimal): -4903989 or 13314997. OLE color: 13314997.

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

Color convert

RGB18143203-
CMYK0.110.7900.20
HSL291.75º65.04%48.24%-
HSV(B)291.75º78.82%79.61%-
XYZ30.715.8657.94-
YUV102.5184.72183.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.39%
GREEN value IS 43 (17.19% from 255) = 10.07%
BLUE value IS 203 (79.69% from 255) = 47.54%
R=42.39%
G=10.07%
B=47.54%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal181432030.110.7900.20291.7565.0448.24
HexB52BCBB4F0141244130
Octal265533131311702444410160
Binary1011010110101111001011101110011110101001001001001000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52BCB; }

 p { color: rgb(181,43,203); }

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

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

 a { background-color: rgb(181,43,203); }

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

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

 span { border-color: rgb(181,43,203); }

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