#B71AC7

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

Shades of Deep Magenta #B71AC7

Tints of Deep Magenta #B71AC7

Color information

#B71AC7 (or 0xB71AC7) is unknown color: approx Deep Magenta. HEX triplet: B7, 1A and C7. RGB value is (183,26,199). Sum of RGB (Red+Green+Blue) = 183+26+199=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 26 (10.55% from 255 or 6.37% from 408); Blue value is 199 (78.12% from 255 or 48.77% from 408); Max value from RGB is 199 - color contains mainly: blue. Hex color #B71AC7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B71AC7 is #48E538. Grayscale: #5C5C5C. Windows color (decimal): -4777273 or 13048503. OLE color: 13048503.

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

Color convert

RGB18326199-
CMYK0.080.8700.22
HSL294.45º76.89%44.12%-
HSV(B)294.45º86.93%78.04%-
XYZ30.2114.9355.32-
YUV92.66188.01192.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 26 (10.55% from 255) = 6.37%
BLUE value IS 199 (78.12% from 255) = 48.77%
R=44.85%
G=6.37%
B=48.77%

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
Decimal183261990.080.8700.22294.4576.8944.12
HexB71AC78570161264d2c
Octal267323071012702644611554
Binary101101111101011000111100010101110101101001001101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B71AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B71AC7; }

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

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

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

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

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

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

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

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