#B1349E

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

Shades of Medium Red Violet #B1349E

Tints of Medium Red Violet #B1349E

Color information

#B1349E (or 0xB1349E) is unknown color: approx Medium Red Violet. HEX triplet: B1, 34 and 9E. RGB value is (177,52,158). Sum of RGB (Red+Green+Blue) = 177+52+158=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 52 (20.70% from 255 or 13.44% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1349E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1349E is #4ECB61. Grayscale: #656565. Windows color (decimal): -5163874 or 10368177. OLE color: 10368177.

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

Color convert

RGB17752158-
CMYK00.710.110.31
HSL309.12º54.59%44.9%-
HSV(B)309.12º70.62%69.41%-
XYZ25.5314.2733.76-
YUV101.46159.91181.88-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 52 (20.70% from 255) = 13.44%
BLUE value IS 158 (62.11% from 255) = 40.83%
R=45.74%
G=13.44%
B=40.83%

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
Decimal1775215800.710.110.31309.1254.5944.9
HexB1349E047B1F135372d
Octal26164236010713374656755
Binary101100011101001001111001000111101111111100110101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1349E; }

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

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

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

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

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

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

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

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