#B711BA

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

Shades of Deep Magenta #B711BA

Tints of Deep Magenta #B711BA

Color information

#B711BA (or 0xB711BA) is unknown color: approx Deep Magenta. HEX triplet: B7, 11 and BA. RGB value is (183,17,186). Sum of RGB (Red+Green+Blue) = 183+17+186=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #B711BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B711BA is #48EE45. Grayscale: #555555. Windows color (decimal): -4779590 or 12194231. OLE color: 12194231.

HSL color Cylindrical-coordinate representation of color #B711BA: hue angle of 298.93º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B711BA is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18317186-
CMYK0.020.9100.27
HSL298.93º83.25%39.8%-
HSV(B)298.93º90.86%72.94%-
XYZ28.5914.0147.65-
YUV85.9184.5197.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 17 (7.03% from 255) = 4.40%
BLUE value IS 186 (73.05% from 255) = 48.19%
R=47.41%
G=4.40%
B=48.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal183171860.020.9100.27298.9383.2539.8
HexB711BA25B01B12b5328
Octal26721272213303345312350
Binary1011011110001101110101010110110110111001010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B711BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B711BA; }

 p { color: rgb(183,17,186); }

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

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

 a { background-color: rgb(183,17,186); }

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

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

 span { border-color: rgb(183,17,186); }

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