#B9149E

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

Shades of Medium Violet Red #B9149E

Tints of Medium Violet Red #B9149E

Color information

#B9149E (or 0xB9149E) is unknown color: approx Medium Violet Red. HEX triplet: B9, 14 and 9E. RGB value is (185,20,158). Sum of RGB (Red+Green+Blue) = 185+20+158=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 158 (62.11% from 255 or 43.53% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B9149E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9149E is #46EB61. Grayscale: #545454. Windows color (decimal): -4647778 or 10359993. OLE color: 10359993.

HSL color Cylindrical-coordinate representation of color #B9149E: hue angle of 309.82º 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 #B9149E is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB18520158-
CMYK00.890.150.27
HSL309.82º80.49%40.2%-
HSV(B)309.82º89.19%72.55%-
XYZ26.4313.2833.52-
YUV85.07169.16199.28-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 20 (8.20% from 255) = 5.51%
BLUE value IS 158 (62.11% from 255) = 43.53%
R=50.96%
G=5.51%
B=43.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1852015800.890.150.27309.8280.4940.2
HexB9149E059F1B1365028
Octal271242360131173346612050
Binary101110011010010011110010110011111110111001101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9149E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9149E; }

 p { color: rgb(185,20,158); }

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

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

 a { background-color: rgb(185,20,158); }

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

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

 span { border-color: rgb(185,20,158); }

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