#B512AF

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

Shades of Deep Magenta #B512AF

Tints of Deep Magenta #B512AF

Color information

#B512AF (or 0xB512AF) is unknown color: approx Deep Magenta. HEX triplet: B5, 12 and AF. RGB value is (181,18,175). Sum of RGB (Red+Green+Blue) = 181+18+175=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B512AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B512AF is #4AED50. Grayscale: #545454. Windows color (decimal): -4910417 or 11473589. OLE color: 11473589.

HSL color Cylindrical-coordinate representation of color #B512AF: hue angle of 302.21º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B512AF is Cyan = 0, Magento = 0.90, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB18118175-
CMYK00.900.030.29
HSL302.21º81.91%39.02%-
HSV(B)302.21º90.06%70.98%-
XYZ27.0113.3541.71-
YUV84.64179196.73-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 18 (7.42% from 255) = 4.81%
BLUE value IS 175 (68.75% from 255) = 46.79%
R=48.40%
G=4.81%
B=46.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811817500.900.030.29302.2181.9139.02
HexB512AF05A31D12e5227
Octal26522257013233545612247
Binary1011010110010101011110101101011111011001011101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B512AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B512AF; }

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

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

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

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

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

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

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

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