#B9049C

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

Shades of Medium Violet Red #B9049C

Tints of Medium Violet Red #B9049C

Color information

#B9049C (or 0xB9049C) is unknown color: approx Medium Violet Red. HEX triplet: B9, 04 and 9C. RGB value is (185,4,156). Sum of RGB (Red+Green+Blue) = 185+4+156=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 4 (1.95% from 255 or 1.16% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9049C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9049C is #46FB63. Grayscale: #4B4B4B. Windows color (decimal): -4651876 or 10224825. OLE color: 10224825.

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

Color convert

RGB1854156-
CMYK00.980.160.27
HSL309.61º95.77%37.06%-
HSV(B)309.61º97.84%72.55%-
XYZ26.0512.832.55-
YUV75.45173.47206.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.62%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 156 (61.33% from 255) = 45.22%
R=53.62%
G=1.16%
B=45.22%

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
Decimal185415600.980.160.27309.6195.7737.06
HexB949C062101B1366025
Octal27142340142203346614045
Binary10111001100100111000110001010000110111001101101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9049C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9049C; }

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

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

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

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

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

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

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

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