#B14191

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

Shades of Medium Red Violet #B14191

Tints of Medium Red Violet #B14191

Color information

#B14191 (or 0xB14191) is unknown color: approx Medium Red Violet. HEX triplet: B1, 41 and 91. RGB value is (177,65,145). Sum of RGB (Red+Green+Blue) = 177+65+145=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 145 (57.03% from 255 or 37.47% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B14191 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14191 is #4EBE6E. Grayscale: #6B6B6B. Windows color (decimal): -5160559 or 9519537. OLE color: 9519537.

HSL color Cylindrical-coordinate representation of color #B14191: hue angle of 317.14º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B14191 is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB17765145-
CMYK00.630.180.31
HSL317.14º46.28%47.45%-
HSV(B)317.14º63.28%69.41%-
XYZ25.1315.1728.39-
YUV107.61149.11177.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.74%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 145 (57.03% from 255) = 37.47%
R=45.74%
G=16.80%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776514500.630.180.31317.1446.2847.45
HexB1419103F121F13d2e2f
Octal26110122107722374755657
Binary1011000110000011001000101111111001011111100111101101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14191; }

 p { color: rgb(177,65,145); }

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

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

 a { background-color: rgb(177,65,145); }

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

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

 span { border-color: rgb(177,65,145); }

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