#B518B0

Color #B518B0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B518B0

Tints of Deep Magenta #B518B0

Color information

#B518B0 (or 0xB518B0) is unknown color: approx Deep Magenta. HEX triplet: B5, 18 and B0. RGB value is (181,24,176). Sum of RGB (Red+Green+Blue) = 181+24+176=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 24 (9.77% from 255 or 6.30% from 381); Blue value is 176 (69.14% from 255 or 46.19% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B518B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B518B0 is #4AE74F. Grayscale: #575757. Windows color (decimal): -4908880 or 11540661. OLE color: 11540661.

HSL color Cylindrical-coordinate representation of color #B518B0: hue angle of 301.91º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B518B0 is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18124176-
CMYK00.870.030.29
HSL301.91º76.59%40.2%-
HSV(B)301.91º86.74%70.98%-
XYZ27.2213.6142.27-
YUV88.27177.51194.14-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 24 (9.77% from 255) = 6.30%
BLUE value IS 176 (69.14% from 255) = 46.19%
R=47.51%
G=6.30%
B=46.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812417600.870.030.29301.9176.5940.2
HexB518B005731D12e4d28
Octal26530260012733545611550
Binary1011010111000101100000101011111111011001011101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B518B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B518B0; }

 p { color: rgb(181,24,176); }

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

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

 a { background-color: rgb(181,24,176); }

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

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

 span { border-color: rgb(181,24,176); }

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