#B71AC6

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

Shades of Deep Magenta #B71AC6

Tints of Deep Magenta #B71AC6

Color information

#B71AC6 (or 0xB71AC6) is unknown color: approx Deep Magenta. HEX triplet: B7, 1A and C6. RGB value is (183,26,198). Sum of RGB (Red+Green+Blue) = 183+26+198=407 (53% of max value = 765). Red value is 183 (71.88% from 255 or 44.96% from 407); Green value is 26 (10.55% from 255 or 6.39% from 407); Blue value is 198 (77.73% from 255 or 48.65% from 407); Max value from RGB is 198 - color contains mainly: blue. Hex color #B71AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71AC6 is #48E539. Grayscale: #5C5C5C. Windows color (decimal): -4777274 or 12982967. OLE color: 12982967.

HSL color Cylindrical-coordinate representation of color #B71AC6: hue angle of 294.77º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71AC6 is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18326198-
CMYK0.080.8700.22
HSL294.77º76.79%43.92%-
HSV(B)294.77º86.87%77.65%-
XYZ30.0914.8854.71-
YUV92.55187.51192.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.96%
GREEN value IS 26 (10.55% from 255) = 6.39%
BLUE value IS 198 (77.73% from 255) = 48.65%
R=44.96%
G=6.39%
B=48.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183261980.080.8700.22294.7776.7943.92
HexB71AC68570161274d2c
Octal267323061012702644711554
Binary101101111101011000110100010101110101101001001111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71AC6; }

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

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

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

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

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

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

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

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