#B9049E

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

Shades of Medium Violet Red #B9049E

Tints of Medium Violet Red #B9049E

Color information

#B9049E (or 0xB9049E) is unknown color: approx Medium Violet Red. HEX triplet: B9, 04 and 9E. RGB value is (185,4,158). Sum of RGB (Red+Green+Blue) = 185+4+158=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 4 (1.95% from 255 or 1.15% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9049E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9049E is #46FB61. Grayscale: #4B4B4B. Windows color (decimal): -4651874 or 10355897. OLE color: 10355897.

HSL color Cylindrical-coordinate representation of color #B9049E: hue angle of 308.95º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B9049E is Cyan = 0, Magento = 0.98, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB1854158-
CMYK00.980.150.27
HSL308.95º95.77%37.06%-
HSV(B)308.95º97.84%72.55%-
XYZ26.2212.8733.45-
YUV75.68174.47205.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.31%
GREEN value IS 4 (1.95% from 255) = 1.15%
BLUE value IS 158 (62.11% from 255) = 45.53%
R=53.31%
G=1.15%
B=45.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185415800.980.150.27308.9595.7737.06
HexB949E062F1B1356025
Octal27142360142173346514045
Binary1011100110010011110011000101111110111001101011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9049E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9049E; }

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

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

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

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

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

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

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

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