#B52DC1

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

Shades of Dark Orchid #B52DC1

Tints of Dark Orchid #B52DC1

Color information

#B52DC1 (or 0xB52DC1) is unknown color: approx Dark Orchid. HEX triplet: B5, 2D and C1. RGB value is (181,45,193). Sum of RGB (Red+Green+Blue) = 181+45+193=419 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.20% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 193 (75.78% from 255 or 46.06% from 419); Max value from RGB is 193 - color contains mainly: blue. Hex color #B52DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52DC1 is #4AD23E. Grayscale: #666666. Windows color (decimal): -4903487 or 12660149. OLE color: 12660149.

HSL color Cylindrical-coordinate representation of color #B52DC1: hue angle of 295.14º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B52DC1 is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB18145193-
CMYK0.060.7700.24
HSL295.14º62.18%46.67%-
HSV(B)295.14º76.68%75.69%-
XYZ29.6215.5551.89-
YUV102.54179.06183.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 43.20%
GREEN value IS 45 (17.97% from 255) = 10.74%
BLUE value IS 193 (75.78% from 255) = 46.06%
R=43.20%
G=10.74%
B=46.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal181451930.060.7700.24295.1462.1846.67
HexB52DC164D0181273e2f
Octal2655530161150304477657
Binary10110101101101110000011101001101011000100100111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52DC1; }

 p { color: rgb(181,45,193); }

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

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

 a { background-color: rgb(181,45,193); }

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

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

 span { border-color: rgb(181,45,193); }

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