#B520D9

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

Shades of Dark Orchid #B520D9

Tints of Dark Orchid #B520D9

Color information

#B520D9 (or 0xB520D9) is unknown color: approx Dark Orchid. HEX triplet: B5, 20 and D9. RGB value is (181,32,217). Sum of RGB (Red+Green+Blue) = 181+32+217=430 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.09% from 430); Green value is 32 (12.89% from 255 or 7.44% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #B520D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B520D9 is #4ADF26. Grayscale: #616161. Windows color (decimal): -4906791 or 14229685. OLE color: 14229685.

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

Color convert

RGB18132217-
CMYK0.170.8500.15
HSL288.32º74.3%48.82%-
HSV(B)288.32º85.25%85.1%-
XYZ32.115.8767.02-
YUV97.64195.36187.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.09%
GREEN value IS 32 (12.89% from 255) = 7.44%
BLUE value IS 217 (85.16% from 255) = 50.47%
R=42.09%
G=7.44%
B=50.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal181322170.170.8500.15288.3274.348.82
HexB520D911550F1204a31
Octal265403312112501744011261
Binary1011010110000011011001100011010101011111001000001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B520D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B520D9; }

 p { color: rgb(181,32,217); }

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

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

 a { background-color: rgb(181,32,217); }

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

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

 span { border-color: rgb(181,32,217); }

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