#B911BA

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

Shades of Deep Magenta #B911BA

Tints of Deep Magenta #B911BA

Color information

#B911BA (or 0xB911BA) is unknown color: approx Deep Magenta. HEX triplet: B9, 11 and BA. RGB value is (185,17,186). Sum of RGB (Red+Green+Blue) = 185+17+186=388 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.68% from 388); Green value is 17 (7.03% from 255 or 4.38% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #B911BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911BA is #46EE45. Grayscale: #555555. Windows color (decimal): -4648518 or 12194233. OLE color: 12194233.

HSL color Cylindrical-coordinate representation of color #B911BA: hue angle of 299.64º 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 #B911BA is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18517186-
CMYK0.010.9100.27
HSL299.64º83.25%39.8%-
HSV(B)299.64º90.86%72.94%-
XYZ29.0714.2647.67-
YUV86.5184.16198.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.68%
GREEN value IS 17 (7.03% from 255) = 4.38%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=47.68%
G=4.38%
B=47.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185171860.010.9100.27299.6483.2539.8
HexB911BA15B01B12c5328
Octal27121272113303345412350
Binary101110011000110111010110110110110111001011001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B911BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B911BA; }

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

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

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

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

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

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

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

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