#B112BB

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

Shades of Deep Magenta #B112BB

Tints of Deep Magenta #B112BB

Color information

#B112BB (or 0xB112BB) is unknown color: approx Deep Magenta. HEX triplet: B1, 12 and BB. RGB value is (177,18,187). Sum of RGB (Red+Green+Blue) = 177+18+187=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #B112BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B112BB is #4EED44. Grayscale: #545454. Windows color (decimal): -5172549 or 12260017. OLE color: 12260017.

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

Color convert

RGB17718187-
CMYK0.050.9000.27
HSL296.45º82.44%40.2%-
HSV(B)296.45º90.37%73.33%-
XYZ27.3213.3748.15-
YUV84.81185.68193.76-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 18 (7.42% from 255) = 4.71%
BLUE value IS 187 (73.44% from 255) = 48.95%
R=46.34%
G=4.71%
B=48.95%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177181870.050.9000.27296.4582.4440.2
HexB112BB55A01B1285228
Octal26122273513203345012250
Binary10110001100101011101110110110100110111001010001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B112BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B112BB; }

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

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

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

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

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

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

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

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