#b518af

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

Shades of Deep Magenta #B518AF

Tints of Deep Magenta #B518AF

Color information

#B518AF (or 0xB518AF) is unknown color: approx Deep Magenta. HEX triplet: B5, 18 and AF. RGB value is (181,24,175). Sum of RGB (Red+Green+Blue) = 181+24+175=380 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.63% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 181 - color contains mainly: red. Hex color #B518AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B518AF is #4AE750. Grayscale: #575757. Windows color (decimal): -4908881 or 11475125. OLE color: 11475125.

HSL color Cylindrical-coordinate representation of color #B518AF: hue angle of 302.29º 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 #B518AF is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18124175-
CMYK00.870.030.29
HSL302.29º76.59%40.2%-
HSV(B)302.29º86.74%70.98%-
XYZ27.1213.5741.75-
YUV88.16177.01194.22-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.63%
GREEN value IS 24 (9.77% from 255) = 6.32%
BLUE value IS 175 (68.75% from 255) = 46.05%
R=47.63%
G=6.32%
B=46.05%

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
Decimal1812417500.870.030.29302.2976.5940.2
HexB518AF05731D12e4d28
Octal26530257012733545611550
Binary1011010111000101011110101011111111011001011101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b518af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b518af; }

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

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

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

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

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

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

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

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