#B812B5

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

Shades of Deep Magenta #B812B5

Tints of Deep Magenta #B812B5

Color information

#B812B5 (or 0xB812B5) is unknown color: approx Deep Magenta. HEX triplet: B8, 12 and B5. RGB value is (184,18,181). Sum of RGB (Red+Green+Blue) = 184+18+181=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 18 (7.42% from 255 or 4.70% from 383); Blue value is 181 (71.09% from 255 or 47.26% from 383); Max value from RGB is 184 - color contains mainly: red. Hex color #B812B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812B5 is #47ED4A. Grayscale: #555555. Windows color (decimal): -4713803 or 11866808. OLE color: 11866808.

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

Color convert

RGB18418181-
CMYK00.900.020.28
HSL301.08º82.18%39.61%-
HSV(B)301.08º90.22%72.16%-
XYZ28.3213.9644.92-
YUV86.22181.5197.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.04%
GREEN value IS 18 (7.42% from 255) = 4.70%
BLUE value IS 181 (71.09% from 255) = 47.26%
R=48.04%
G=4.70%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841818100.900.020.28301.0882.1839.61
HexB812B505A21C12d5228
Octal27022265013223445512250
Binary1011100010010101101010101101010111001001011011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B812B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B812B5; }

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

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

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

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

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

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

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

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