#B311C5

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

Shades of Deep Magenta #B311C5

Tints of Deep Magenta #B311C5

Color information

#B311C5 (or 0xB311C5) is unknown color: approx Deep Magenta. HEX triplet: B3, 11 and C5. RGB value is (179,17,197). Sum of RGB (Red+Green+Blue) = 179+17+197=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 17 (7.03% from 255 or 4.33% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #B311C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B311C5 is #4CEE3A. Grayscale: #555555. Windows color (decimal): -5041723 or 12915123. OLE color: 12915123.

HSL color Cylindrical-coordinate representation of color #B311C5: hue angle of 294º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B311C5 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17917197-
CMYK0.090.9100.23
HSL294º84.11%41.96%-
HSV(B)294º91.37%77.25%-
XYZ28.8714.0254.01-
YUV85.96190.67194.36-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.55%
GREEN value IS 17 (7.03% from 255) = 4.33%
BLUE value IS 197 (77.34% from 255) = 50.13%
R=45.55%
G=4.33%
B=50.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal179171970.090.9100.2329484.1141.96
HexB311C595B017126542a
Octal263213051113302744612452
Binary101100111000111000101100110110110101111001001101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B311C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B311C5; }

 p { color: rgb(179,17,197); }

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

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

 a { background-color: rgb(179,17,197); }

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

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

 span { border-color: rgb(179,17,197); }

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