#B118C6

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

Shades of Deep Magenta #B118C6

Tints of Deep Magenta #B118C6

Color information

#B118C6 (or 0xB118C6) is unknown color: approx Deep Magenta. HEX triplet: B1, 18 and C6. RGB value is (177,24,198). Sum of RGB (Red+Green+Blue) = 177+24+198=399 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.36% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #B118C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B118C6 is #4EE739. Grayscale: #595959. Windows color (decimal): -5171002 or 12982449. OLE color: 12982449.

HSL color Cylindrical-coordinate representation of color #B118C6: hue angle of 292.76º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B118C6 is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17724198-
CMYK0.110.8800.22
HSL292.76º78.38%43.53%-
HSV(B)292.76º87.88%77.65%-
XYZ28.6514.0854.63-
YUV89.58189.19190.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.36%
GREEN value IS 24 (9.77% from 255) = 6.02%
BLUE value IS 198 (77.73% from 255) = 49.62%
R=44.36%
G=6.02%
B=49.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177241980.110.8800.22292.7678.3843.53
HexB118C6B580161254e2c
Octal261303061313002644511654
Binary101100011100011000110101110110000101101001001011001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B118C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B118C6; }

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

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

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

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

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

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

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

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