#B111BD

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

Shades of Deep Magenta #B111BD

Tints of Deep Magenta #B111BD

Color information

#B111BD (or 0xB111BD) is unknown color: approx Deep Magenta. HEX triplet: B1, 11 and BD. RGB value is (177,17,189). Sum of RGB (Red+Green+Blue) = 177+17+189=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #B111BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B111BD is #4EEE42. Grayscale: #535353. Windows color (decimal): -5172803 or 12390833. OLE color: 12390833.

HSL color Cylindrical-coordinate representation of color #B111BD: hue angle of 295.81º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B111BD is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17717189-
CMYK0.060.9100.26
HSL295.81º83.5%40.39%-
HSV(B)295.81º91.01%74.12%-
XYZ27.5213.4249.28-
YUV84.45187.01194.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 17 (7.03% from 255) = 4.44%
BLUE value IS 189 (74.22% from 255) = 49.35%
R=46.21%
G=4.44%
B=49.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal177171890.060.9100.26295.8183.540.39
HexB111BD65B01A1285328
Octal26121275613303245012350
Binary10110001100011011110111010110110110101001010001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B111BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B111BD; }

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

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

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

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

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

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

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

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