#B521DD

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

Shades of Dark Orchid #B521DD

Tints of Dark Orchid #B521DD

Color information

#B521DD (or 0xB521DD) is unknown color: approx Dark Orchid. HEX triplet: B5, 21 and DD. RGB value is (181,33,221). Sum of RGB (Red+Green+Blue) = 181+33+221=435 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.61% from 435); Green value is 33 (13.28% from 255 or 7.59% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #B521DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521DD is #4ADE22. Grayscale: #626262. Windows color (decimal): -4906531 or 14492085. OLE color: 14492085.

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

Color convert

RGB18133221-
CMYK0.180.8500.13
HSL287.23º74.02%49.8%-
HSV(B)287.23º85.07%86.67%-
XYZ32.6516.1369.8-
YUV98.68197.03186.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.61%
GREEN value IS 33 (13.28% from 255) = 7.59%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=41.61%
G=7.59%
B=50.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal181332210.180.8500.13287.2374.0249.8
HexB521DD12550D11f4a32
Octal265413352212501543711262
Binary1011010110000111011101100101010101011011000111111001010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B521DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B521DD; }

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

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

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

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

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

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

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

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