#B713A9

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

Shades of Deep Magenta #B713A9

Tints of Deep Magenta #B713A9

Color information

#B713A9 (or 0xB713A9) is unknown color: approx Deep Magenta. HEX triplet: B7, 13 and A9. RGB value is (183,19,169). Sum of RGB (Red+Green+Blue) = 183+19+169=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 19 (7.81% from 255 or 5.12% from 371); Blue value is 169 (66.41% from 255 or 45.55% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B713A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B713A9 is #48EC56. Grayscale: #545454. Windows color (decimal): -4779095 or 11080631. OLE color: 11080631.

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

Color convert

RGB18319169-
CMYK00.900.080.28
HSL305.12º81.19%39.61%-
HSV(B)305.12º89.62%71.76%-
XYZ26.9213.438.7-
YUV85.14175.33197.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.33%
GREEN value IS 19 (7.81% from 255) = 5.12%
BLUE value IS 169 (66.41% from 255) = 45.55%
R=49.33%
G=5.12%
B=45.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831916900.900.080.28305.1281.1939.61
HexB713A905A81C1315128
Octal267232510132103446112150
Binary101101111001110101001010110101000111001001100011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B713A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B713A9; }

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

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

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

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

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

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

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

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