#B71AC4

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

Shades of Deep Magenta #B71AC4

Tints of Deep Magenta #B71AC4

Color information

#B71AC4 (or 0xB71AC4) is unknown color: approx Deep Magenta. HEX triplet: B7, 1A and C4. RGB value is (183,26,196). Sum of RGB (Red+Green+Blue) = 183+26+196=405 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.19% from 405); Green value is 26 (10.55% from 255 or 6.42% from 405); Blue value is 196 (76.95% from 255 or 48.40% from 405); Max value from RGB is 196 - color contains mainly: blue. Hex color #B71AC4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71AC4 is #48E53B. Grayscale: #5B5B5B. Windows color (decimal): -4777276 or 12851895. OLE color: 12851895.

HSL color Cylindrical-coordinate representation of color #B71AC4: hue angle of 295.41º 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 #B71AC4 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB18326196-
CMYK0.070.8700.23
HSL295.41º76.58%43.53%-
HSV(B)295.41º86.73%76.86%-
XYZ29.8614.7953.51-
YUV92.32186.51192.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.19%
GREEN value IS 26 (10.55% from 255) = 6.42%
BLUE value IS 196 (76.95% from 255) = 48.40%
R=45.19%
G=6.42%
B=48.40%

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
Decimal183261960.070.8700.23295.4176.5843.53
HexB71AC47570171274d2c
Octal26732304712702744711554
Binary10110111110101100010011110101110101111001001111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71AC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71AC4; }

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

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

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

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

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

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

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

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