#B611BA

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

Shades of Deep Magenta #B611BA

Tints of Deep Magenta #B611BA

Color information

#B611BA (or 0xB611BA) is unknown color: approx Deep Magenta. HEX triplet: B6, 11 and BA. RGB value is (182,17,186). Sum of RGB (Red+Green+Blue) = 182+17+186=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #B611BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B611BA is #49EE45. Grayscale: #555555. Windows color (decimal): -4845126 or 12194230. OLE color: 12194230.

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

Color convert

RGB18217186-
CMYK0.020.9100.27
HSL298.58º83.25%39.8%-
HSV(B)298.58º90.86%72.94%-
XYZ28.3513.8947.64-
YUV85.6184.66196.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 17 (7.03% from 255) = 4.42%
BLUE value IS 186 (73.05% from 255) = 48.31%
R=47.27%
G=4.42%
B=48.31%

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
Decimal182171860.020.9100.27298.5883.2539.8
HexB611BA25B01B12b5328
Octal26621272213303345312350
Binary1011011010001101110101010110110110111001010111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B611BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B611BA; }

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

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

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

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

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

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

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

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