#B71BAB

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

Shades of Deep Magenta #B71BAB

Tints of Deep Magenta #B71BAB

Color information

#B71BAB (or 0xB71BAB) is unknown color: approx Deep Magenta. HEX triplet: B7, 1B and AB. RGB value is (183,27,171). Sum of RGB (Red+Green+Blue) = 183+27+171=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B71BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B71BAB is #48E454. Grayscale: #595959. Windows color (decimal): -4777045 or 11213751. OLE color: 11213751.

HSL color Cylindrical-coordinate representation of color #B71BAB: hue angle of 304.62º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B71BAB is Cyan = 0, Magento = 0.85, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18327171-
CMYK00.850.070.28
HSL304.62º74.29%41.18%-
HSV(B)304.62º85.25%71.76%-
XYZ27.2713.7939.75-
YUV90.06173.68194.29-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 27 (10.94% from 255) = 7.09%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=48.03%
G=7.09%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1832717100.850.070.28304.6274.2941.18
HexB71BAB05571C1314a29
Octal26733253012573446111251
Binary10110111110111010101101010101111111001001100011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71BAB; }

 p { color: rgb(183,27,171); }

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

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

 a { background-color: rgb(183,27,171); }

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

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

 span { border-color: rgb(183,27,171); }

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