#B111A9

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

Shades of Deep Magenta #B111A9

Tints of Deep Magenta #B111A9

Color information

#B111A9 (or 0xB111A9) is unknown color: approx Deep Magenta. HEX triplet: B1, 11 and A9. RGB value is (177,17,169). Sum of RGB (Red+Green+Blue) = 177+17+169=363 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.76% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 177 - color contains mainly: red. Hex color #B111A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B111A9 is #4EEE56. Grayscale: #515151. Windows color (decimal): -5172823 or 11080113. OLE color: 11080113.

HSL color Cylindrical-coordinate representation of color #B111A9: hue angle of 303º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B111A9 is Cyan = 0, Magento = 0.90, Yellow = 0.05 and Black (K on CMYK) = 0.31.

Color convert

RGB17717169-
CMYK00.900.050.31
HSL303º82.47%38.04%-
HSV(B)303º90.4%69.41%-
XYZ25.4912.6138.63-
YUV82.17177.01195.64-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 48.76%
GREEN value IS 17 (7.03% from 255) = 4.68%
BLUE value IS 169 (66.41% from 255) = 46.56%
R=48.76%
G=4.68%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771716900.900.050.3130382.4738.04
HexB111A905A51F12f5226
Octal26121251013253745712246
Binary10110001100011010100101011010101111111001011111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B111A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B111A9; }

 p { color: rgb(177,17,169); }

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

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

 a { background-color: rgb(177,17,169); }

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

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

 span { border-color: rgb(177,17,169); }

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