#B9049A

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

Shades of Medium Violet Red #B9049A

Tints of Medium Violet Red #B9049A

Color information

#B9049A (or 0xB9049A) is unknown color: approx Medium Violet Red. HEX triplet: B9, 04 and 9A. RGB value is (185,4,154). Sum of RGB (Red+Green+Blue) = 185+4+154=343 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.94% from 343); Green value is 4 (1.95% from 255 or 1.17% from 343); Blue value is 154 (60.55% from 255 or 44.90% from 343); Max value from RGB is 185 - color contains mainly: red. Hex color #B9049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9049A is #46FB65. Grayscale: #4A4A4A. Windows color (decimal): -4651878 or 10093753. OLE color: 10093753.

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

Color convert

RGB1854154-
CMYK00.980.170.27
HSL310.28º95.77%37.06%-
HSV(B)310.28º97.84%72.55%-
XYZ25.8812.7331.67-
YUV75.22172.47206.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.94%
GREEN value IS 4 (1.95% from 255) = 1.17%
BLUE value IS 154 (60.55% from 255) = 44.90%
R=53.94%
G=1.17%
B=44.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185415400.980.170.27310.2895.7737.06
HexB949A062111B1366025
Octal27142320142213346614045
Binary10111001100100110100110001010001110111001101101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9049A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9049A; }

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

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

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

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

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

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

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

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