#B9049B

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

Shades of Medium Violet Red #B9049B

Tints of Medium Violet Red #B9049B

Color information

#B9049B (or 0xB9049B) is unknown color: approx Medium Violet Red. HEX triplet: B9, 04 and 9B. RGB value is (185,4,155). Sum of RGB (Red+Green+Blue) = 185+4+155=344 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.78% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 185 - color contains mainly: red. Hex color #B9049B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9049B is #46FB64. Grayscale: #4A4A4A. Windows color (decimal): -4651877 or 10159289. OLE color: 10159289.

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

Color convert

RGB1854155-
CMYK00.980.160.27
HSL309.94º95.77%37.06%-
HSV(B)309.94º97.84%72.55%-
XYZ25.9712.7732.11-
YUV75.33172.97206.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.78%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 155 (60.94% from 255) = 45.06%
R=53.78%
G=1.16%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185415500.980.160.27309.9495.7737.06
HexB949B062101B1366025
Octal27142330142203346614045
Binary10111001100100110110110001010000110111001101101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9049B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9049B; }

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

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

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

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

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

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

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

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