#B11696

Color #B11696 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B11696

Tints of Medium Violet Red #B11696

Color information

#B11696 (or 0xB11696) is unknown color: approx Medium Violet Red. HEX triplet: B1, 16 and 96. RGB value is (177,22,150). Sum of RGB (Red+Green+Blue) = 177+22+150=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 150 (58.98% from 255 or 42.98% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B11696 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11696 is #4EE969. Grayscale: #525252. Windows color (decimal): -5171562 or 9836209. OLE color: 9836209.

HSL color Cylindrical-coordinate representation of color #B11696: hue angle of 310.45º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11696 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17722150-
CMYK00.880.150.31
HSL310.45º77.89%39.02%-
HSV(B)310.45º87.57%69.41%-
XYZ23.9212.1229.93-
YUV82.94165.85195.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 22 (8.98% from 255) = 6.30%
BLUE value IS 150 (58.98% from 255) = 42.98%
R=50.72%
G=6.30%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772215000.880.150.31310.4577.8939.02
HexB11696058F1F1364e27
Octal261262260130173746611647
Binary101100011011010010110010110001111111111001101101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11696; }

 p { color: rgb(177,22,150); }

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

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

 a { background-color: rgb(177,22,150); }

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

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

 span { border-color: rgb(177,22,150); }

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