#B812AE

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

Shades of Deep Magenta #B812AE

Tints of Deep Magenta #B812AE

Color information

#B812AE (or 0xB812AE) is unknown color: approx Deep Magenta. HEX triplet: B8, 12 and AE. RGB value is (184,18,174). Sum of RGB (Red+Green+Blue) = 184+18+174=376 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.94% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 174 (68.36% from 255 or 46.28% from 376); Max value from RGB is 184 - color contains mainly: red. Hex color #B812AE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B812AE is #47ED51. Grayscale: #545454. Windows color (decimal): -4713810 or 11408056. OLE color: 11408056.

HSL color Cylindrical-coordinate representation of color #B812AE: hue angle of 303.61º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B812AE is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB18418174-
CMYK00.900.050.28
HSL303.61º82.18%39.61%-
HSV(B)303.61º90.22%72.16%-
XYZ27.6213.6841.23-
YUV85.42178198.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.94%
GREEN value IS 18 (7.42% from 255) = 4.79%
BLUE value IS 174 (68.36% from 255) = 46.28%
R=48.94%
G=4.79%
B=46.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841817400.900.050.28303.6182.1839.61
HexB812AE05A51C1305228
Octal27022256013253446012250
Binary10111000100101010111001011010101111001001100001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B812AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B812AE; }

 p { color: rgb(184,18,174); }

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

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

 a { background-color: rgb(184,18,174); }

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

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

 span { border-color: rgb(184,18,174); }

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