#B111B6

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

Shades of Deep Magenta #B111B6

Tints of Deep Magenta #B111B6

Color information

#B111B6 (or 0xB111B6) is unknown color: approx Deep Magenta. HEX triplet: B1, 11 and B6. RGB value is (177,17,182). Sum of RGB (Red+Green+Blue) = 177+17+182=376 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.07% from 376); Green value is 17 (7.03% from 255 or 4.52% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #B111B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111B6 is #4EEE49. Grayscale: #535353. Windows color (decimal): -5172810 or 11932081. OLE color: 11932081.

HSL color Cylindrical-coordinate representation of color #B111B6: hue angle of 298.18º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B111B6 is Cyan = 0.03, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17717182-
CMYK0.030.9100.29
HSL298.18º82.91%39.02%-
HSV(B)298.18º90.66%71.37%-
XYZ26.7813.1345.38-
YUV83.65183.51194.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 47.07%
GREEN value IS 17 (7.03% from 255) = 4.52%
BLUE value IS 182 (71.48% from 255) = 48.40%
R=47.07%
G=4.52%
B=48.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177171820.030.9100.29298.1882.9139.02
HexB111B635B01D12a5327
Octal26121266313303545212347
Binary1011000110001101101101110110110111011001010101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B111B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B111B6; }

 p { color: rgb(177,17,182); }

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

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

 a { background-color: rgb(177,17,182); }

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

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

 span { border-color: rgb(177,17,182); }

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