#B9047E

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

Shades of Medium Violet Red #B9047E

Tints of Medium Violet Red #B9047E

Color information

#B9047E (or 0xB9047E) is unknown color: approx Medium Violet Red. HEX triplet: B9, 04 and 7E. RGB value is (185,4,126). Sum of RGB (Red+Green+Blue) = 185+4+126=315 (41% of max value = 765). Red value is 185 (72.66% from 255 or 58.73% from 315); Green value is 4 (1.95% from 255 or 1.27% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 185 - color contains mainly: red. Hex color #B9047E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9047E is #46FB81. Grayscale: #474747. Windows color (decimal): -4651906 or 8258745. OLE color: 8258745.

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

Color convert

RGB1854126-
CMYK00.980.320.27
HSL319.56º95.77%37.06%-
HSV(B)319.56º97.84%72.55%-
XYZ23.8211.9120.78-
YUV72.03158.47208.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 58.73%
GREEN value IS 4 (1.95% from 255) = 1.27%
BLUE value IS 126 (49.61% from 255) = 40%
R=58.73%
G=1.27%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185412600.980.320.27319.5695.7737.06
HexB947E062201B1406025
Octal27141760142403350014045
Binary10111001100111111001100010100000110111010000001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9047E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9047E; }

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

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

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

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

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

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

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

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