#B51EAC

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

Shades of Deep Magenta #B51EAC

Tints of Deep Magenta #B51EAC

Color information

#B51EAC (or 0xB51EAC) is unknown color: approx Deep Magenta. HEX triplet: B5, 1E and AC. RGB value is (181,30,172). Sum of RGB (Red+Green+Blue) = 181+30+172=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 30 (12.11% from 255 or 7.83% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 181 - color contains mainly: red. Hex color #B51EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51EAC is #4AE153. Grayscale: #5A5A5A. Windows color (decimal): -4907348 or 11280053. OLE color: 11280053.

HSL color Cylindrical-coordinate representation of color #B51EAC: hue angle of 303.58º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B51EAC is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB18130172-
CMYK00.830.050.29
HSL303.58º71.56%41.37%-
HSV(B)303.58º83.43%70.98%-
XYZ26.9713.7340.26-
YUV91.34173.53191.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.26%
GREEN value IS 30 (12.11% from 255) = 7.83%
BLUE value IS 172 (67.58% from 255) = 44.91%
R=47.26%
G=7.83%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813017200.830.050.29303.5871.5641.37
HexB51EAC05351D1304829
Octal26536254012353546011051
Binary10110101111101010110001010011101111011001100001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51EAC; }

 p { color: rgb(181,30,172); }

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

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

 a { background-color: rgb(181,30,172); }

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

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

 span { border-color: rgb(181,30,172); }

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