#B71ABF

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

Shades of Deep Magenta #B71ABF

Tints of Deep Magenta #B71ABF

Color information

#B71ABF (or 0xB71ABF) is unknown color: approx Deep Magenta. HEX triplet: B7, 1A and BF. RGB value is (183,26,191). Sum of RGB (Red+Green+Blue) = 183+26+191=400 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.75% from 400); Green value is 26 (10.55% from 255 or 6.5% from 400); Blue value is 191 (75% from 255 or 47.75% from 400); Max value from RGB is 191 - color contains mainly: blue. Hex color #B71ABF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71ABF is #48E540. Grayscale: #5B5B5B. Windows color (decimal): -4777281 or 12524215. OLE color: 12524215.

HSL color Cylindrical-coordinate representation of color #B71ABF: hue angle of 297.09º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B71ABF is Cyan = 0.04, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18326191-
CMYK0.040.8600.25
HSL297.09º76.04%42.55%-
HSV(B)297.09º86.39%74.9%-
XYZ29.314.5750.56-
YUV91.75184.01193.08-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.75%
GREEN value IS 26 (10.55% from 255) = 6.5%
BLUE value IS 191 (75% from 255) = 47.75%
R=45.75%
G=6.5%
B=47.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal183261910.040.8600.25297.0976.0442.55
HexB71ABF4560191294c2b
Octal26732277412603145111453
Binary10110111110101011111110010101100110011001010011001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71ABF; }

 p { color: rgb(183,26,191); }

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

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

 a { background-color: rgb(183,26,191); }

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

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

 span { border-color: rgb(183,26,191); }

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