#B11596

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

Shades of Medium Violet Red #B11596

Tints of Medium Violet Red #B11596

Color information

#B11596 (or 0xB11596) is unknown color: approx Medium Violet Red. HEX triplet: B1, 15 and 96. RGB value is (177,21,150). Sum of RGB (Red+Green+Blue) = 177+21+150=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 21 (8.59% from 255 or 6.03% from 348); Blue value is 150 (58.98% from 255 or 43.10% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B11596 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11596 is #4EEA69. Grayscale: #515151. Windows color (decimal): -5171818 or 9835953. OLE color: 9835953.

HSL color Cylindrical-coordinate representation of color #B11596: hue angle of 310.38º degrees, saturation: 0.79, 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 #B11596 is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB17721150-
CMYK00.880.150.31
HSL310.38º78.79%38.82%-
HSV(B)310.38º88.14%69.41%-
XYZ23.912.0929.93-
YUV82.35166.18195.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 21 (8.59% from 255) = 6.03%
BLUE value IS 150 (58.98% from 255) = 43.10%
R=50.86%
G=6.03%
B=43.10%

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
Decimal1772115000.880.150.31310.3878.7938.82
HexB11596058F1F1364f27
Octal261252260130173746611747
Binary101100011010110010110010110001111111111001101101001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11596; }

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

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

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

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

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

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

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

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