#b511ba

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

Shades of Deep Magenta #B511BA

Tints of Deep Magenta #B511BA

Color information

#B511BA (or 0xB511BA) is unknown color: approx Deep Magenta. HEX triplet: B5, 11 and BA. RGB value is (181,17,186). Sum of RGB (Red+Green+Blue) = 181+17+186=384 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.14% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #B511BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B511BA is #4AEE45. Grayscale: #545454. Windows color (decimal): -4910662 or 12194229. OLE color: 12194229.

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

Color convert

RGB18117186-
CMYK0.030.9100.27
HSL298.22º83.25%39.8%-
HSV(B)298.22º90.86%72.94%-
XYZ28.1213.7747.63-
YUV85.3184.83196.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.14%
GREEN value IS 17 (7.03% from 255) = 4.43%
BLUE value IS 186 (73.05% from 255) = 48.44%
R=47.14%
G=4.43%
B=48.44%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181171860.030.9100.27298.2283.2539.8
HexB511BA35B01B12a5328
Octal26521272313303345212350
Binary1011010110001101110101110110110110111001010101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b511ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b511ba; }

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

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

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

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

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

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

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

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