#B9197B

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

Shades of Medium Violet Red #B9197B

Tints of Medium Violet Red #B9197B

Color information

#B9197B (or 0xB9197B) is unknown color: approx Medium Violet Red. HEX triplet: B9, 19 and 7B. RGB value is (185,25,123). Sum of RGB (Red+Green+Blue) = 185+25+123=333 (44% of max value = 765). Red value is 185 (72.66% from 255 or 55.56% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 123 (48.44% from 255 or 36.94% from 333); Max value from RGB is 185 - color contains mainly: red. Hex color #B9197B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9197B is #46E684. Grayscale: #535353. Windows color (decimal): -4646533 or 8067513. OLE color: 8067513.

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

Color convert

RGB18525123-
CMYK00.860.340.27
HSL323.25º76.19%41.18%-
HSV(B)323.25º86.49%72.55%-
XYZ23.9312.4419.88-
YUV84.01150.01200.03-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 55.56%
GREEN value IS 25 (10.16% from 255) = 7.51%
BLUE value IS 123 (48.44% from 255) = 36.94%
R=55.56%
G=7.51%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852512300.860.340.27323.2576.1941.18
HexB9197B056221B1434c29
Octal271311730126423350311451
Binary1011100111001111101101010110100010110111010000111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9197B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9197B; }

 p { color: rgb(185,25,123); }

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

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

 a { background-color: rgb(185,25,123); }

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

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

 span { border-color: rgb(185,25,123); }

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