#B118B0

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

Shades of Deep Magenta #B118B0

Tints of Deep Magenta #B118B0

Color information

#B118B0 (or 0xB118B0) is unknown color: approx Deep Magenta. HEX triplet: B1, 18 and B0. RGB value is (177,24,176). Sum of RGB (Red+Green+Blue) = 177+24+176=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 24 (9.77% from 255 or 6.37% from 377); Blue value is 176 (69.14% from 255 or 46.68% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B118B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B118B0 is #4EE74F. Grayscale: #565656. Windows color (decimal): -5171024 or 11540657. OLE color: 11540657.

HSL color Cylindrical-coordinate representation of color #B118B0: hue angle of 300.39º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B118B0 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB17724176-
CMYK00.860.010.31
HSL300.39º76.12%39.41%-
HSV(B)300.39º86.44%69.41%-
XYZ26.2913.1342.22-
YUV87.07178.19192.14-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.95%
GREEN value IS 24 (9.77% from 255) = 6.37%
BLUE value IS 176 (69.14% from 255) = 46.68%
R=46.95%
G=6.37%
B=46.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772417600.860.010.31300.3976.1239.41
HexB118B005611F12c4c27
Octal26130260012613745411447
Binary101100011100010110000010101101111111001011001001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B118B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B118B0; }

 p { color: rgb(177,24,176); }

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

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

 a { background-color: rgb(177,24,176); }

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

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

 span { border-color: rgb(177,24,176); }

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