#B812BD

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

Shades of Deep Magenta #B812BD

Tints of Deep Magenta #B812BD

Color information

#B812BD (or 0xB812BD) is unknown color: approx Deep Magenta. HEX triplet: B8, 12 and BD. RGB value is (184,18,189). Sum of RGB (Red+Green+Blue) = 184+18+189=391 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.06% from 391); Green value is 18 (7.42% from 255 or 4.60% from 391); Blue value is 189 (74.22% from 255 or 48.34% from 391); Max value from RGB is 189 - color contains mainly: blue. Hex color #B812BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812BD is #47ED42. Grayscale: #565656. Windows color (decimal): -4713795 or 12391096. OLE color: 12391096.

HSL color Cylindrical-coordinate representation of color #B812BD: hue angle of 298.25º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B812BD is Cyan = 0.03, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB18418189-
CMYK0.030.9000.26
HSL298.25º82.61%40.59%-
HSV(B)298.25º90.48%74.12%-
XYZ29.1714.349.37-
YUV87.13185.5197.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.06%
GREEN value IS 18 (7.42% from 255) = 4.60%
BLUE value IS 189 (74.22% from 255) = 48.34%
R=47.06%
G=4.60%
B=48.34%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal184181890.030.9000.26298.2582.6140.59
HexB812BD35A01A12a5329
Octal27022275313203245212351
Binary1011100010010101111011110110100110101001010101010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B812BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B812BD; }

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

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

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

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

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

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

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

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