#b5198c

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

Shades of Medium Violet Red #B5198C

Tints of Medium Violet Red #B5198C

Color information

#B5198C (or 0xB5198C) is unknown color: approx Medium Violet Red. HEX triplet: B5, 19 and 8C. RGB value is (181,25,140). Sum of RGB (Red+Green+Blue) = 181+25+140=346 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.31% from 346); Green value is 25 (10.16% from 255 or 7.23% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 181 - color contains mainly: red. Hex color #B5198C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5198C is #4AE673. Grayscale: #545454. Windows color (decimal): -4908660 or 9181621. OLE color: 9181621.

HSL color Cylindrical-coordinate representation of color #B5198C: hue angle of 315.77º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B5198C is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB18125140-
CMYK00.860.230.29
HSL315.77º75.73%40.39%-
HSV(B)315.77º86.19%70.98%-
XYZ24.1412.4125.93-
YUV84.75159.18196.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.31%
GREEN value IS 25 (10.16% from 255) = 7.23%
BLUE value IS 140 (55.08% from 255) = 40.46%
R=52.31%
G=7.23%
B=40.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812514000.860.230.29315.7775.7340.39
HexB5198C056171D13c4c28
Octal265312140126273547411450
Binary1011010111001100011000101011010111111011001111001001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5198c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5198c; }

 p { color: rgb(181,25,140); }

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

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

 a { background-color: rgb(181,25,140); }

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

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

 span { border-color: rgb(181,25,140); }

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