#B1199D

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

Shades of Medium Violet Red #B1199D

Tints of Medium Violet Red #B1199D

Color information

#B1199D (or 0xB1199D) is unknown color: approx Medium Violet Red. HEX triplet: B1, 19 and 9D. RGB value is (177,25,157). Sum of RGB (Red+Green+Blue) = 177+25+157=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 25 (10.16% from 255 or 6.96% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B1199D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1199D is #4EE662. Grayscale: #555555. Windows color (decimal): -5170787 or 10295729. OLE color: 10295729.

HSL color Cylindrical-coordinate representation of color #B1199D: hue angle of 307.89º 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 #B1199D is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17725157-
CMYK00.860.110.31
HSL307.89º75.25%39.61%-
HSV(B)307.89º85.88%69.41%-
XYZ24.5612.4833.01-
YUV85.5168.36193.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 49.30%
GREEN value IS 25 (10.16% from 255) = 6.96%
BLUE value IS 157 (61.72% from 255) = 43.73%
R=49.30%
G=6.96%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1772515700.860.110.31307.8975.2539.61
HexB1199D056B1F1344b28
Octal261312350126133746411350
Binary101100011100110011101010101101011111111001101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1199D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1199D; }

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

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

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

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

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

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

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

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