#B52BBD

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

Shades of Dark Orchid #B52BBD

Tints of Dark Orchid #B52BBD

Color information

#B52BBD (or 0xB52BBD) is unknown color: approx Dark Orchid. HEX triplet: B5, 2B and BD. RGB value is (181,43,189). Sum of RGB (Red+Green+Blue) = 181+43+189=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #B52BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52BBD is #4AD442. Grayscale: #646464. Windows color (decimal): -4904003 or 12397493. OLE color: 12397493.

HSL color Cylindrical-coordinate representation of color #B52BBD: hue angle of 296.71º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52BBD is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18143189-
CMYK0.040.7700.26
HSL296.71º62.93%45.49%-
HSV(B)296.71º77.25%74.12%-
XYZ29.1115.2349.55-
YUV100.91177.72185.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.83%
GREEN value IS 43 (17.19% from 255) = 10.41%
BLUE value IS 189 (74.22% from 255) = 45.76%
R=43.83%
G=10.41%
B=45.76%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181431890.040.7700.26296.7162.9345.49
HexB52BBD44D01A1293f2d
Octal2655327541150324517755
Binary10110101101011101111011001001101011010100101001111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52BBD; }

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

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

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

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

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

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

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

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