#B117C6

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

Shades of Deep Magenta #B117C6

Tints of Deep Magenta #B117C6

Color information

#B117C6 (or 0xB117C6) is unknown color: approx Deep Magenta. HEX triplet: B1, 17 and C6. RGB value is (177,23,198). Sum of RGB (Red+Green+Blue) = 177+23+198=398 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.47% from 398); Green value is 23 (9.38% from 255 or 5.78% from 398); Blue value is 198 (77.73% from 255 or 49.75% from 398); Max value from RGB is 198 - color contains mainly: blue. Hex color #B117C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B117C6 is #4EE839. Grayscale: #585858. Windows color (decimal): -5171258 or 12982193. OLE color: 12982193.

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

Color convert

RGB17723198-
CMYK0.110.8800.22
HSL292.8º79.19%43.33%-
HSV(B)292.8º88.38%77.65%-
XYZ28.6314.0454.63-
YUV89189.52190.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.47%
GREEN value IS 23 (9.38% from 255) = 5.78%
BLUE value IS 198 (77.73% from 255) = 49.75%
R=44.47%
G=5.78%
B=49.75%

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
Decimal177231980.110.8800.22292.879.1943.33
HexB117C6B580161254f2b
Octal261273061313002644511753
Binary101100011011111000110101110110000101101001001011001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B117C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B117C6; }

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

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

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

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

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

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

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

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