#B10AAF

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

Shades of Deep Magenta #B10AAF

Tints of Deep Magenta #B10AAF

Color information

#B10AAF (or 0xB10AAF) is unknown color: approx Deep Magenta. HEX triplet: B1, 0A and AF. RGB value is (177,10,175). Sum of RGB (Red+Green+Blue) = 177+10+175=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 10 (4.30% from 255 or 2.76% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B10AAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10AAF is #4EF550. Grayscale: #4E4E4E. Windows color (decimal): -5174609 or 11471537. OLE color: 11471537.

HSL color Cylindrical-coordinate representation of color #B10AAF: hue angle of 300.72º degrees, saturation: 0.89, 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 #B10AAF is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17710175-
CMYK00.940.010.31
HSL300.72º89.3%36.67%-
HSV(B)300.72º94.35%69.41%-
XYZ25.9812.6641.63-
YUV78.74182.33198.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.90%
GREEN value IS 10 (4.30% from 255) = 2.76%
BLUE value IS 175 (68.75% from 255) = 48.34%
R=48.90%
G=2.76%
B=48.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771017500.940.010.31300.7289.336.67
HexB1AAF05E11F12d5925
Octal26112257013613745513145
Binary10110001101010101111010111101111111001011011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10AAF; }

 p { color: rgb(177,10,175); }

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

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

 a { background-color: rgb(177,10,175); }

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

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

 span { border-color: rgb(177,10,175); }

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