#b1349f

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

Shades of Medium Red Violet #B1349F

Tints of Medium Red Violet #B1349F

Color information

#B1349F (or 0xB1349F) is unknown color: approx Medium Red Violet. HEX triplet: B1, 34 and 9F. RGB value is (177,52,159). Sum of RGB (Red+Green+Blue) = 177+52+159=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 159 (62.5% from 255 or 40.98% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B1349F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1349F is #4ECB60. Grayscale: #656565. Windows color (decimal): -5163873 or 10433713. OLE color: 10433713.

HSL color Cylindrical-coordinate representation of color #B1349F: hue angle of 308.64º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B1349F is Cyan = 0, Magento = 0.71, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17752159-
CMYK00.710.100.31
HSL308.64º54.59%44.9%-
HSV(B)308.64º70.62%69.41%-
XYZ25.6214.3134.21-
YUV101.57160.41181.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 52 (20.70% from 255) = 13.40%
BLUE value IS 159 (62.5% from 255) = 40.98%
R=45.62%
G=13.40%
B=40.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775215900.710.100.31308.6454.5944.9
HexB1349F047A1F135372d
Octal26164237010712374656755
Binary101100011101001001111101000111101011111100110101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1349f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1349f; }

 p { color: rgb(177,52,159); }

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

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

 a { background-color: rgb(177,52,159); }

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

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

 span { border-color: rgb(177,52,159); }

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