#B119B2

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

Shades of Deep Magenta #B119B2

Tints of Deep Magenta #B119B2

Color information

#B119B2 (or 0xB119B2) is unknown color: approx Deep Magenta. HEX triplet: B1, 19 and B2. RGB value is (177,25,178). Sum of RGB (Red+Green+Blue) = 177+25+178=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 25 (10.16% from 255 or 6.58% from 380); Blue value is 178 (69.92% from 255 or 46.84% from 380); Max value from RGB is 178 - color contains mainly: blue. Hex color #B119B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B119B2 is #4EE64D. Grayscale: #575757. Windows color (decimal): -5170766 or 11671985. OLE color: 11671985.

HSL color Cylindrical-coordinate representation of color #B119B2: hue angle of 299.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B119B2 is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17725178-
CMYK0.010.8600.30
HSL299.61º75.37%39.8%-
HSV(B)299.61º85.96%69.8%-
XYZ26.5113.2643.28-
YUV87.89178.86191.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 25 (10.16% from 255) = 6.58%
BLUE value IS 178 (69.92% from 255) = 46.84%
R=46.58%
G=6.58%
B=46.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal177251780.010.8600.30299.6175.3739.8
HexB119B215601E12c4b28
Octal26131262112603645411350
Binary101100011100110110010110101100111101001011001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B119B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B119B2; }

 p { color: rgb(177,25,178); }

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

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

 a { background-color: rgb(177,25,178); }

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

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

 span { border-color: rgb(177,25,178); }

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