#b52ad4

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

Shades of Dark Orchid #B52AD4

Tints of Dark Orchid #B52AD4

Color information

#B52AD4 (or 0xB52AD4) is unknown color: approx Dark Orchid. HEX triplet: B5, 2A and D4. RGB value is (181,42,212). Sum of RGB (Red+Green+Blue) = 181+42+212=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 212 (83.20% from 255 or 48.74% from 435); Max value from RGB is 212 - color contains mainly: blue. Hex color #B52AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52AD4 is #4AD52B. Grayscale: #666666. Windows color (decimal): -4904236 or 13904565. OLE color: 13904565.

HSL color Cylindrical-coordinate representation of color #B52AD4: hue angle of 289.06º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B52AD4 is Cyan = 0.15, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18142212-
CMYK0.150.8000.17
HSL289.06º66.93%49.8%-
HSV(B)289.06º80.19%83.14%-
XYZ31.7716.2363.75-
YUV102.94189.55183.68-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 42 (16.80% from 255) = 9.66%
BLUE value IS 212 (83.20% from 255) = 48.74%
R=41.61%
G=9.66%
B=48.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal181422120.150.8000.17289.0666.9349.8
HexB52AD4F500111214332
Octal265523241712002144110362
Binary1011010110101011010100111110100000100011001000011000011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b52ad4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b52ad4; }

 p { color: rgb(181,42,212); }

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

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

 a { background-color: rgb(181,42,212); }

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

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

 span { border-color: rgb(181,42,212); }

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