#b9047b

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

Shades of Medium Violet Red #B9047B

Tints of Medium Violet Red #B9047B

Color information

#B9047B (or 0xB9047B) is unknown color: approx Medium Violet Red. HEX triplet: B9, 04 and 7B. RGB value is (185,4,123). Sum of RGB (Red+Green+Blue) = 185+4+123=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B9047B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9047B is #46FB84. Grayscale: #474747. Windows color (decimal): -4651909 or 8062137. OLE color: 8062137.

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

Color convert

RGB1854123-
CMYK00.980.340.27
HSL320.55º95.77%37.06%-
HSV(B)320.55º97.84%72.55%-
XYZ23.6311.8319.78-
YUV71.68156.97208.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.29%
GREEN value IS 4 (1.95% from 255) = 1.28%
BLUE value IS 123 (48.44% from 255) = 39.42%
R=59.29%
G=1.28%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.34
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185412300.980.340.27320.5595.7737.06
HexB947B062221B1416025
Octal27141730142423350114045
Binary10111001100111101101100010100010110111010000011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9047b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9047b; }

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

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

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

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

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

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

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

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