#B71AC5

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

Shades of Deep Magenta #B71AC5

Tints of Deep Magenta #B71AC5

Color information

#B71AC5 (or 0xB71AC5) is unknown color: approx Deep Magenta. HEX triplet: B7, 1A and C5. RGB value is (183,26,197). Sum of RGB (Red+Green+Blue) = 183+26+197=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 26 (10.55% from 255 or 6.40% from 406); Blue value is 197 (77.34% from 255 or 48.52% from 406); Max value from RGB is 197 - color contains mainly: blue. Hex color #B71AC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71AC5 is #48E53A. Grayscale: #5B5B5B. Windows color (decimal): -4777275 or 12917431. OLE color: 12917431.

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

Color convert

RGB18326197-
CMYK0.070.8700.23
HSL295.09º76.68%43.73%-
HSV(B)295.09º86.8%77.25%-
XYZ29.9814.8454.11-
YUV92.44187.01192.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 26 (10.55% from 255) = 6.40%
BLUE value IS 197 (77.34% from 255) = 48.52%
R=45.07%
G=6.40%
B=48.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal183261970.070.8700.23295.0976.6843.73
HexB71AC57570171274d2c
Octal26732305712702744711554
Binary10110111110101100010111110101110101111001001111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71AC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71AC5; }

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

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

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

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

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

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

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

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