#B710B1

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

Shades of Deep Magenta #B710B1

Tints of Deep Magenta #B710B1

Color information

#B710B1 (or 0xB710B1) is unknown color: approx Deep Magenta. HEX triplet: B7, 10 and B1. RGB value is (183,16,177). Sum of RGB (Red+Green+Blue) = 183+16+177=376 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.67% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 183 - color contains mainly: red. Hex color #B710B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B710B1 is #48EF4E. Grayscale: #535353. Windows color (decimal): -4779855 or 11604151. OLE color: 11604151.

HSL color Cylindrical-coordinate representation of color #B710B1: hue angle of 302.16º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B710B1 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.28.

Color convert

RGB18316177-
CMYK00.910.030.28
HSL302.16º83.92%39.02%-
HSV(B)302.16º91.26%71.76%-
XYZ27.6513.6142.77-
YUV84.29180.33198.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.67%
GREEN value IS 16 (6.64% from 255) = 4.26%
BLUE value IS 177 (69.53% from 255) = 47.07%
R=48.67%
G=4.26%
B=47.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.03
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831617700.910.030.28302.1683.9239.02
HexB710B105B31C12e5427
Octal26720261013333445612447
Binary1011011110000101100010101101111111001001011101010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B710B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B710B1; }

 p { color: rgb(183,16,177); }

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

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

 a { background-color: rgb(183,16,177); }

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

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

 span { border-color: rgb(183,16,177); }

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