#B812BB

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

Shades of Deep Magenta #B812BB

Tints of Deep Magenta #B812BB

Color information

#B812BB (or 0xB812BB) is unknown color: approx Deep Magenta. HEX triplet: B8, 12 and BB. RGB value is (184,18,187). Sum of RGB (Red+Green+Blue) = 184+18+187=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 18 (7.42% from 255 or 4.63% from 389); Blue value is 187 (73.44% from 255 or 48.07% from 389); Max value from RGB is 187 - color contains mainly: blue. Hex color #B812BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B812BB is #47ED44. Grayscale: #565656. Windows color (decimal): -4713797 or 12260024. OLE color: 12260024.

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

Color convert

RGB18418187-
CMYK0.020.9000.27
HSL298.93º82.44%40.2%-
HSV(B)298.93º90.37%73.33%-
XYZ28.9514.2148.23-
YUV86.9184.5197.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.30%
GREEN value IS 18 (7.42% from 255) = 4.63%
BLUE value IS 187 (73.44% from 255) = 48.07%
R=47.30%
G=4.63%
B=48.07%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal184181870.020.9000.27298.9382.4440.2
HexB812BB25A01B12b5228
Octal27022273213203345312250
Binary1011100010010101110111010110100110111001010111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B812BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B812BB; }

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

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

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

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

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

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

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

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