#B9158A

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

Shades of Medium Violet Red #B9158A

Tints of Medium Violet Red #B9158A

Color information

#B9158A (or 0xB9158A) is unknown color: approx Medium Violet Red. HEX triplet: B9, 15 and 8A. RGB value is (185,21,138). Sum of RGB (Red+Green+Blue) = 185+21+138=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 21 (8.59% from 255 or 6.10% from 344); Blue value is 138 (54.30% from 255 or 40.12% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9158A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9158A is #46EA75. Grayscale: #535353. Windows color (decimal): -4647542 or 9049529. OLE color: 9049529.

HSL color Cylindrical-coordinate representation of color #B9158A: hue angle of 317.2º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B9158A is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB18521138-
CMYK00.890.250.27
HSL317.2º79.61%40.39%-
HSV(B)317.2º88.65%72.55%-
XYZ24.8612.6925.18-
YUV83.37158.83200.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.78%
GREEN value IS 21 (8.59% from 255) = 6.10%
BLUE value IS 138 (54.30% from 255) = 40.12%
R=53.78%
G=6.10%
B=40.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.25
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852113800.890.250.27317.279.6140.39
HexB9158A059191B13d5028
Octal271252120131313347512050
Binary1011100110101100010100101100111001110111001111011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9158A; }

 p { color: rgb(185,21,138); }

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

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

 a { background-color: rgb(185,21,138); }

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

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

 span { border-color: rgb(185,21,138); }

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