#B14291

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

Shades of Medium Red Violet #B14291

Tints of Medium Red Violet #B14291

Color information

#B14291 (or 0xB14291) is unknown color: approx Medium Red Violet. HEX triplet: B1, 42 and 91. RGB value is (177,66,145). Sum of RGB (Red+Green+Blue) = 177+66+145=388 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.62% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 145 (57.03% from 255 or 37.37% from 388); Max value from RGB is 177 - color contains mainly: red. Hex color #B14291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14291 is #4EBD6E. Grayscale: #6B6B6B. Windows color (decimal): -5160303 or 9519793. OLE color: 9519793.

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

Color convert

RGB17766145-
CMYK00.630.180.31
HSL317.3º45.68%47.65%-
HSV(B)317.3º62.71%69.41%-
XYZ25.1915.2928.41-
YUV108.2148.77177.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.62%
GREEN value IS 66 (26.17% from 255) = 17.01%
BLUE value IS 145 (57.03% from 255) = 37.37%
R=45.62%
G=17.01%
B=37.37%

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
Decimal1776614500.630.180.31317.345.6847.65
HexB1429103F121F13d2e30
Octal26110222107722374755660
Binary1011000110000101001000101111111001011111100111101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14291; }

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

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

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

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

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

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

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

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