#B119B4

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

Shades of Deep Magenta #B119B4

Tints of Deep Magenta #B119B4

Color information

#B119B4 (or 0xB119B4) is unknown color: approx Deep Magenta. HEX triplet: B1, 19 and B4. RGB value is (177,25,180). Sum of RGB (Red+Green+Blue) = 177+25+180=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #B119B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119B4 is #4EE64B. Grayscale: #575757. Windows color (decimal): -5170764 or 11803057. OLE color: 11803057.

HSL color Cylindrical-coordinate representation of color #B119B4: hue angle of 298.84º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B119B4 is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB17725180-
CMYK0.020.8600.29
HSL298.84º75.61%40.2%-
HSV(B)298.84º86.11%70.59%-
XYZ26.7213.3444.35-
YUV88.12179.86191.4-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.34%
GREEN value IS 25 (10.16% from 255) = 6.54%
BLUE value IS 180 (70.70% from 255) = 47.12%
R=46.34%
G=6.54%
B=47.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal177251800.020.8600.29298.8475.6140.2
HexB119B425601D12b4c28
Octal26131264212603545311450
Binary1011000111001101101001010101100111011001010111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B119B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B119B4; }

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

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

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

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

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

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

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

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