#B14492

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

Shades of Medium Red Violet #B14492

Tints of Medium Red Violet #B14492

Color information

#B14492 (or 0xB14492) is unknown color: approx Medium Red Violet. HEX triplet: B1, 44 and 92. RGB value is (177,68,146). Sum of RGB (Red+Green+Blue) = 177+68+146=391 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.27% from 391); Green value is 68 (26.95% from 255 or 17.39% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 177 - color contains mainly: red. Hex color #B14492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14492 is #4EBB6D. Grayscale: #6D6D6D. Windows color (decimal): -5159790 or 9585841. OLE color: 9585841.

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

Color convert

RGB17768146-
CMYK00.620.180.31
HSL317.06º44.49%48.04%-
HSV(B)317.06º61.58%69.41%-
XYZ25.3915.5628.86-
YUV109.48148.61176.16-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.27%
GREEN value IS 68 (26.95% from 255) = 17.39%
BLUE value IS 146 (57.42% from 255) = 37.34%
R=45.27%
G=17.39%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1776814600.620.180.31317.0644.4948.04
HexB1449203E121F13d2c30
Octal26110422207622374755460
Binary1011000110001001001001001111101001011111100111101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14492; }

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

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

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

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

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

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

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

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