#B311BE

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

Shades of Deep Magenta #B311BE

Tints of Deep Magenta #B311BE

Color information

#B311BE (or 0xB311BE) is unknown color: approx Deep Magenta. HEX triplet: B3, 11 and BE. RGB value is (179,17,190). Sum of RGB (Red+Green+Blue) = 179+17+190=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #B311BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B311BE is #4CEE41. Grayscale: #545454. Windows color (decimal): -5041730 or 12456371. OLE color: 12456371.

HSL color Cylindrical-coordinate representation of color #B311BE: hue angle of 296.18º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B311BE is Cyan = 0.06, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17917190-
CMYK0.060.9100.25
HSL296.18º83.57%40.59%-
HSV(B)296.18º91.05%74.51%-
XYZ28.0913.749.88-
YUV85.16187.17194.93-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.37%
GREEN value IS 17 (7.03% from 255) = 4.40%
BLUE value IS 190 (74.61% from 255) = 49.22%
R=46.37%
G=4.40%
B=49.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal179171900.060.9100.25296.1883.5740.59
HexB311BE65B0191285429
Octal26321276613303145012451
Binary10110011100011011111011010110110110011001010001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B311BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B311BE; }

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

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

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

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

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

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

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

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