#B9137A

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

Shades of Medium Violet Red #B9137A

Tints of Medium Violet Red #B9137A

Color information

#B9137A (or 0xB9137A) is unknown color: approx Medium Violet Red. HEX triplet: B9, 13 and 7A. RGB value is (185,19,122). Sum of RGB (Red+Green+Blue) = 185+19+122=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B9137A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9137A is #46EC85. Grayscale: #505050. Windows color (decimal): -4648070 or 8000441. OLE color: 8000441.

HSL color Cylindrical-coordinate representation of color #B9137A: hue angle of 322.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B9137A is Cyan = 0, Magento = 0.90, Yellow = 0.34 and Black (K on CMYK) = 0.27.

Color convert

RGB18519122-
CMYK00.900.340.27
HSL322.77º81.37%40%-
HSV(B)322.77º89.73%72.55%-
XYZ23.7512.1919.51-
YUV80.38151.5202.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 56.75%
GREEN value IS 19 (7.81% from 255) = 5.83%
BLUE value IS 122 (48.05% from 255) = 37.42%
R=56.75%
G=5.83%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851912200.900.340.27322.7781.3740
HexB9137A05A221B1435128
Octal271231720132423350312150
Binary1011100110011111101001011010100010110111010000111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9137A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9137A; }

 p { color: rgb(185,19,122); }

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

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

 a { background-color: rgb(185,19,122); }

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

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

 span { border-color: rgb(185,19,122); }

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