#B1349D

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

Shades of Medium Red Violet #B1349D

Tints of Medium Red Violet #B1349D

Color information

#B1349D (or 0xB1349D) is unknown color: approx Medium Red Violet. HEX triplet: B1, 34 and 9D. RGB value is (177,52,157). Sum of RGB (Red+Green+Blue) = 177+52+157=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 52 (20.70% from 255 or 13.47% from 386); Blue value is 157 (61.72% from 255 or 40.67% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1349D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1349D is #4ECB62. Grayscale: #656565. Windows color (decimal): -5163875 or 10302641. OLE color: 10302641.

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

Color convert

RGB17752157-
CMYK00.710.110.31
HSL309.6º54.59%44.9%-
HSV(B)309.6º70.62%69.41%-
XYZ25.4514.2433.31-
YUV101.34159.41181.96-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.85%
GREEN value IS 52 (20.70% from 255) = 13.47%
BLUE value IS 157 (61.72% from 255) = 40.67%
R=45.85%
G=13.47%
B=40.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1775215700.710.110.31309.654.5944.9
HexB1349D047B1F136372d
Octal26164235010713374666755
Binary101100011101001001110101000111101111111100110110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1349D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1349D; }

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

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

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

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

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

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

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

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