#b10baa

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

Shades of Deep Magenta #B10BAA

Tints of Deep Magenta #B10BAA

Color information

#B10BAA (or 0xB10BAA) is unknown color: approx Deep Magenta. HEX triplet: B1, 0B and AA. RGB value is (177,11,170). Sum of RGB (Red+Green+Blue) = 177+11+170=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B10BAA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10BAA is #4EF455. Grayscale: #4E4E4E. Windows color (decimal): -5174358 or 11144113. OLE color: 11144113.

HSL color Cylindrical-coordinate representation of color #B10BAA: hue angle of 302.53º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B10BAA is Cyan = 0, Magento = 0.94, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB17711170-
CMYK00.940.040.31
HSL302.53º88.3%36.86%-
HSV(B)302.53º93.79%69.41%-
XYZ25.5112.4939.1-
YUV78.76179.5198.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.44%
GREEN value IS 11 (4.69% from 255) = 3.07%
BLUE value IS 170 (66.80% from 255) = 47.49%
R=49.44%
G=3.07%
B=47.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771117000.940.040.31302.5388.336.86
HexB1BAA05E41F12f5825
Octal26113252013643745713045
Binary1011000110111010101001011110100111111001011111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b10baa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b10baa; }

 p { color: rgb(177,11,170); }

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

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

 a { background-color: rgb(177,11,170); }

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

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

 span { border-color: rgb(177,11,170); }

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