#B9047C

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

Shades of Medium Violet Red #B9047C

Tints of Medium Violet Red #B9047C

Color information

#B9047C (or 0xB9047C) is unknown color: approx Medium Violet Red. HEX triplet: B9, 04 and 7C. RGB value is (185,4,124). Sum of RGB (Red+Green+Blue) = 185+4+124=313 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.11% from 313); Green value is 4 (1.95% from 255 or 1.28% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 185 - color contains mainly: red. Hex color #B9047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9047C is #46FB83. Grayscale: #474747. Windows color (decimal): -4651908 or 8127673. OLE color: 8127673.

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

Color convert

RGB1854124-
CMYK00.980.330.27
HSL320.22º95.77%37.06%-
HSV(B)320.22º97.84%72.55%-
XYZ23.6911.8620.11-
YUV71.8157.47208.74-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.11%
GREEN value IS 4 (1.95% from 255) = 1.28%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=59.11%
G=1.28%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185412400.980.330.27320.2295.7737.06
HexB947C062211B1406025
Octal27141740142413350014045
Binary10111001100111110001100010100001110111010000001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9047C; }

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

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

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

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

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

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

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

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