#B11395

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

Shades of Medium Violet Red #B11395

Tints of Medium Violet Red #B11395

Color information

#B11395 (or 0xB11395) is unknown color: approx Medium Violet Red. HEX triplet: B1, 13 and 95. RGB value is (177,19,149). Sum of RGB (Red+Green+Blue) = 177+19+149=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 19 (7.81% from 255 or 5.51% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B11395 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11395 is #4EEC6A. Grayscale: #505050. Windows color (decimal): -5172331 or 9769905. OLE color: 9769905.

HSL color Cylindrical-coordinate representation of color #B11395: hue angle of 310.63º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11395 is Cyan = 0, Magento = 0.89, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB17719149-
CMYK00.890.160.31
HSL310.63º80.61%38.43%-
HSV(B)310.63º89.27%69.41%-
XYZ23.7911.9829.49-
YUV81.06166.35196.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 19 (7.81% from 255) = 5.51%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=51.30%
G=5.51%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771914900.890.160.31310.6380.6138.43
HexB11395059101F1375126
Octal261232250131203746712146
Binary1011000110011100101010101100110000111111001101111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B11395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B11395; }

 p { color: rgb(177,19,149); }

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

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

 a { background-color: rgb(177,19,149); }

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

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

 span { border-color: rgb(177,19,149); }

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