#B713AA

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

Shades of Deep Magenta #B713AA

Tints of Deep Magenta #B713AA

Color information

#B713AA (or 0xB713AA) is unknown color: approx Deep Magenta. HEX triplet: B7, 13 and AA. RGB value is (183,19,170). Sum of RGB (Red+Green+Blue) = 183+19+170=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 19 (7.81% from 255 or 5.11% from 372); Blue value is 170 (66.80% from 255 or 45.70% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B713AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B713AA is #48EC55. Grayscale: #545454. Windows color (decimal): -4779094 or 11146167. OLE color: 11146167.

HSL color Cylindrical-coordinate representation of color #B713AA: hue angle of 304.76º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B713AA is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB18319170-
CMYK00.900.070.28
HSL304.76º81.19%39.61%-
HSV(B)304.76º89.62%71.76%-
XYZ27.0213.4439.2-
YUV85.25175.83197.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.19%
GREEN value IS 19 (7.81% from 255) = 5.11%
BLUE value IS 170 (66.80% from 255) = 45.70%
R=49.19%
G=5.11%
B=45.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831917000.900.070.28304.7681.1939.61
HexB713AA05A71C1315128
Octal26723252013273446112150
Binary10110111100111010101001011010111111001001100011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B713AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B713AA; }

 p { color: rgb(183,19,170); }

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

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

 a { background-color: rgb(183,19,170); }

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

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

 span { border-color: rgb(183,19,170); }

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