#B110C7

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

Shades of Deep Magenta #B110C7

Tints of Deep Magenta #B110C7

Color information

#B110C7 (or 0xB110C7) is unknown color: approx Deep Magenta. HEX triplet: B1, 10 and C7. RGB value is (177,16,199). Sum of RGB (Red+Green+Blue) = 177+16+199=392 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.15% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 199 (78.12% from 255 or 50.77% from 392); Max value from RGB is 199 - color contains mainly: blue. Hex color #B110C7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110C7 is #4EEF38. Grayscale: #545454. Windows color (decimal): -5173049 or 13045937. OLE color: 13045937.

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

Color convert

RGB17716199-
CMYK0.110.9200.22
HSL292.79º85.12%42.16%-
HSV(B)292.79º91.96%78.04%-
XYZ28.6313.8455.2-
YUV85192.34193.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.15%
GREEN value IS 16 (6.64% from 255) = 4.08%
BLUE value IS 199 (78.12% from 255) = 50.77%
R=45.15%
G=4.08%
B=50.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal177161990.110.9200.22292.7985.1242.16
HexB110C7B5C016125552a
Octal261203071313402644512552
Binary101100011000011000111101110111000101101001001011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B110C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B110C7; }

 p { color: rgb(177,16,199); }

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

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

 a { background-color: rgb(177,16,199); }

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

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

 span { border-color: rgb(177,16,199); }

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