#B8198A

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

Shades of Medium Violet Red #B8198A

Tints of Medium Violet Red #B8198A

Color information

#B8198A (or 0xB8198A) is unknown color: approx Medium Violet Red. HEX triplet: B8, 19 and 8A. RGB value is (184,25,138). Sum of RGB (Red+Green+Blue) = 184+25+138=347 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.03% from 347); Green value is 25 (10.16% from 255 or 7.20% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 184 - color contains mainly: red. Hex color #B8198A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8198A is #47E675. Grayscale: #555555. Windows color (decimal): -4712054 or 9050552. OLE color: 9050552.

HSL color Cylindrical-coordinate representation of color #B8198A: hue angle of 317.36º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8198A is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB18425138-
CMYK00.860.250.28
HSL317.36º76.08%40.98%-
HSV(B)317.36º86.41%72.16%-
XYZ24.712.7225.2-
YUV85.42157.68198.31-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 53.03%
GREEN value IS 25 (10.16% from 255) = 7.20%
BLUE value IS 138 (54.30% from 255) = 39.77%
R=53.03%
G=7.20%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1842513800.860.250.28317.3676.0840.98
HexB8198A056191C13d4c29
Octal270312120126313447511451
Binary1011100011001100010100101011011001111001001111011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8198A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8198A; }

 p { color: rgb(184,25,138); }

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

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

 a { background-color: rgb(184,25,138); }

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

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

 span { border-color: rgb(184,25,138); }

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