#B011BD

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

Shades of Deep Magenta #B011BD

Tints of Deep Magenta #B011BD

Color information

#B011BD (or 0xB011BD) is unknown color: approx Deep Magenta. HEX triplet: B0, 11 and BD. RGB value is (176,17,189). Sum of RGB (Red+Green+Blue) = 176+17+189=382 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.07% from 382); Green value is 17 (7.03% from 255 or 4.45% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #B011BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011BD is #4FEE42. Grayscale: #535353. Windows color (decimal): -5238339 or 12390832. OLE color: 12390832.

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

Color convert

RGB17617189-
CMYK0.070.9100.26
HSL295.47º83.5%40.39%-
HSV(B)295.47º91.01%74.12%-
XYZ27.2913.3149.27-
YUV84.15187.18193.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.07%
GREEN value IS 17 (7.03% from 255) = 4.45%
BLUE value IS 189 (74.22% from 255) = 49.48%
R=46.07%
G=4.45%
B=49.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal176171890.070.9100.26295.4783.540.39
HexB011BD75B01A1275328
Octal26021275713303244712350
Binary10110000100011011110111110110110110101001001111010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B011BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B011BD; }

 p { color: rgb(176,17,189); }

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

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

 a { background-color: rgb(176,17,189); }

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

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

 span { border-color: rgb(176,17,189); }

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