#B14497

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

Shades of Medium Red Violet #B14497

Tints of Medium Red Violet #B14497

Color information

#B14497 (or 0xB14497) is unknown color: approx Medium Red Violet. HEX triplet: B1, 44 and 97. RGB value is (177,68,151). Sum of RGB (Red+Green+Blue) = 177+68+151=396 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.70% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 151 (59.38% from 255 or 38.13% from 396); Max value from RGB is 177 - color contains mainly: red. Hex color #B14497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14497 is #4EBB68. Grayscale: #6D6D6D. Windows color (decimal): -5159785 or 9913521. OLE color: 9913521.

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

Color convert

RGB17768151-
CMYK00.620.150.31
HSL314.31º44.49%48.04%-
HSV(B)314.31º61.58%69.41%-
XYZ25.7815.7230.95-
YUV110.05151.11175.75-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 44.70%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 151 (59.38% from 255) = 38.13%
R=44.70%
G=17.17%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776815100.620.150.31314.3144.4948.04
HexB1449703EF1F13a2c30
Octal26110422707617374725460
Binary101100011000100100101110111110111111111100111010101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14497; }

 p { color: rgb(177,68,151); }

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

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

 a { background-color: rgb(177,68,151); }

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

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

 span { border-color: rgb(177,68,151); }

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