#B52ADD

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

Shades of Dark Orchid #B52ADD

Tints of Dark Orchid #B52ADD

Color information

#B52ADD (or 0xB52ADD) is unknown color: approx Dark Orchid. HEX triplet: B5, 2A and DD. RGB value is (181,42,221). Sum of RGB (Red+Green+Blue) = 181+42+221=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 42 (16.80% from 255 or 9.46% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #B52ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B52ADD is #4AD522. Grayscale: #676767. Windows color (decimal): -4904227 or 14494389. OLE color: 14494389.

HSL color Cylindrical-coordinate representation of color #B52ADD: hue angle of 286.59º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52ADD is Cyan = 0.18, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB18142221-
CMYK0.180.8100.13
HSL286.59º72.47%51.57%-
HSV(B)286.59º81%86.67%-
XYZ32.9416.769.89-
YUV103.97194.05182.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 42 (16.80% from 255) = 9.46%
BLUE value IS 221 (86.72% from 255) = 49.77%
R=40.77%
G=9.46%
B=49.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181422210.180.8100.13286.5972.4751.57
HexB52ADD12510D11f4834
Octal265523352212101543711064
Binary1011010110101011011101100101010001011011000111111001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52ADD; }

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

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

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

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

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

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

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

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