#B1296F

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

Shades of Medium Red Violet #B1296F

Tints of Medium Red Violet #B1296F

Color information

#B1296F (or 0xB1296F) is unknown color: approx Medium Red Violet. HEX triplet: B1, 29 and 6F. RGB value is (177,41,111). Sum of RGB (Red+Green+Blue) = 177+41+111=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B1296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1296F is #4ED690. Grayscale: #595959. Windows color (decimal): -5166737 or 7285169. OLE color: 7285169.

HSL color Cylindrical-coordinate representation of color #B1296F: hue angle of 329.12º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B1296F is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB17741111-
CMYK00.770.370.31
HSL329.12º62.39%42.75%-
HSV(B)329.12º76.84%69.41%-
XYZ21.7912.0816.22-
YUV89.64140.06190.31-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 53.80%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=53.80%
G=12.46%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1774111100.770.370.31329.1262.3942.75
HexB1296F04D251F1493e2b
Octal26151157011545375117653
Binary1011000110100111011110100110110010111111101001001111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1296F; }

 p { color: rgb(177,41,111); }

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

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

 a { background-color: rgb(177,41,111); }

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

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

 span { border-color: rgb(177,41,111); }

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