#B1199B

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

Shades of Medium Violet Red #B1199B

Tints of Medium Violet Red #B1199B

Color information

#B1199B (or 0xB1199B) is unknown color: approx Medium Violet Red. HEX triplet: B1, 19 and 9B. RGB value is (177,25,155). Sum of RGB (Red+Green+Blue) = 177+25+155=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 25 (10.16% from 255 or 7.00% from 357); Blue value is 155 (60.94% from 255 or 43.42% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1199B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1199B is #4EE664. Grayscale: #545454. Windows color (decimal): -5170789 or 10164657. OLE color: 10164657.

HSL color Cylindrical-coordinate representation of color #B1199B: hue angle of 308.68º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B1199B is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB17725155-
CMYK00.860.120.31
HSL308.68º75.25%39.61%-
HSV(B)308.68º85.88%69.41%-
XYZ24.412.4132.12-
YUV85.27167.36193.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.58%
GREEN value IS 25 (10.16% from 255) = 7.00%
BLUE value IS 155 (60.94% from 255) = 43.42%
R=49.58%
G=7.00%
B=43.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772515500.860.120.31308.6875.2539.61
HexB1199B056C1F1354b28
Octal261312330126143746511350
Binary101100011100110011011010101101100111111001101011001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1199B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1199B; }

 p { color: rgb(177,25,155); }

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

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

 a { background-color: rgb(177,25,155); }

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

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

 span { border-color: rgb(177,25,155); }

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