#B512B2

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

Shades of Deep Magenta #B512B2

Tints of Deep Magenta #B512B2

Color information

#B512B2 (or 0xB512B2) is unknown color: approx Deep Magenta. HEX triplet: B5, 12 and B2. RGB value is (181,18,178). Sum of RGB (Red+Green+Blue) = 181+18+178=377 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.01% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 181 - color contains mainly: red. Hex color #B512B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B512B2 is #4AED4D. Grayscale: #545454. Windows color (decimal): -4910414 or 11670197. OLE color: 11670197.

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

Color convert

RGB18118178-
CMYK00.900.020.29
HSL301.1º81.91%39.02%-
HSV(B)301.1º90.06%70.98%-
XYZ27.3113.4743.28-
YUV84.98180.5196.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.01%
GREEN value IS 18 (7.42% from 255) = 4.77%
BLUE value IS 178 (69.92% from 255) = 47.21%
R=48.01%
G=4.77%
B=47.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811817800.900.020.29301.181.9139.02
HexB512B205A21D12d5227
Octal26522262013223545512247
Binary1011010110010101100100101101010111011001011011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B512B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B512B2; }

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

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

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

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

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

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

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

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