#B521DB

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

Shades of Dark Orchid #B521DB

Tints of Dark Orchid #B521DB

Color information

#B521DB (or 0xB521DB) is unknown color: approx Dark Orchid. HEX triplet: B5, 21 and DB. RGB value is (181,33,219). Sum of RGB (Red+Green+Blue) = 181+33+219=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 33 (13.28% from 255 or 7.62% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #B521DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B521DB is #4ADE24. Grayscale: #616161. Windows color (decimal): -4906533 or 14361013. OLE color: 14361013.

HSL color Cylindrical-coordinate representation of color #B521DB: hue angle of 287.74º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B521DB is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB18133219-
CMYK0.170.8500.14
HSL287.74º73.81%49.41%-
HSV(B)287.74º84.93%85.88%-
XYZ32.3916.0368.4-
YUV98.46196.03186.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 33 (13.28% from 255) = 7.62%
BLUE value IS 219 (85.94% from 255) = 50.58%
R=41.80%
G=7.62%
B=50.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal181332190.170.8500.14287.7473.8149.41
HexB521DB11550E1204a31
Octal265413332112501644011261
Binary1011010110000111011011100011010101011101001000001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B521DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B521DB; }

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

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

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

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

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

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

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

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