#B119BA

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

Shades of Deep Magenta #B119BA

Tints of Deep Magenta #B119BA

Color information

#B119BA (or 0xB119BA) is unknown color: approx Deep Magenta. HEX triplet: B1, 19 and BA. RGB value is (177,25,186). Sum of RGB (Red+Green+Blue) = 177+25+186=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #B119BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B119BA is #4EE645. Grayscale: #585858. Windows color (decimal): -5170758 or 12196273. OLE color: 12196273.

HSL color Cylindrical-coordinate representation of color #B119BA: hue angle of 296.65º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B119BA is Cyan = 0.05, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17725186-
CMYK0.050.8700.27
HSL296.65º76.3%41.37%-
HSV(B)296.65º86.56%72.94%-
XYZ27.3413.5947.64-
YUV88.8182.86190.91-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 25 (10.16% from 255) = 6.44%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=45.62%
G=6.44%
B=47.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal177251860.050.8700.27296.6576.341.37
HexB119BA55701B1294c29
Octal26131272512703345111451
Binary10110001110011011101010110101110110111001010011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B119BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B119BA; }

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

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

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

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

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

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

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

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