#B811BA

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

Shades of Deep Magenta #B811BA

Tints of Deep Magenta #B811BA

Color information

#B811BA (or 0xB811BA) is unknown color: approx Deep Magenta. HEX triplet: B8, 11 and BA. RGB value is (184,17,186). Sum of RGB (Red+Green+Blue) = 184+17+186=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 17 (7.03% from 255 or 4.39% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #B811BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811BA is #47EE45. Grayscale: #555555. Windows color (decimal): -4714054 or 12194232. OLE color: 12194232.

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

Color convert

RGB18417186-
CMYK0.010.9100.27
HSL299.29º83.25%39.8%-
HSV(B)299.29º90.86%72.94%-
XYZ28.8314.1447.66-
YUV86.2184.33197.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 17 (7.03% from 255) = 4.39%
BLUE value IS 186 (73.05% from 255) = 48.06%
R=47.55%
G=4.39%
B=48.06%

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
Decimal184171860.010.9100.27299.2983.2539.8
HexB811BA15B01B12b5328
Octal27021272113303345312350
Binary101110001000110111010110110110110111001010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B811BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B811BA; }

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

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

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

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

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

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

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

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