#B5049F

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

Shades of Medium Violet Red #B5049F

Tints of Medium Violet Red #B5049F

Color information

#B5049F (or 0xB5049F) is unknown color: approx Medium Violet Red. HEX triplet: B5, 04 and 9F. RGB value is (181,4,159). Sum of RGB (Red+Green+Blue) = 181+4+159=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 4 (1.95% from 255 or 1.16% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B5049F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B5049F is #4AFB60. Grayscale: #4A4A4A. Windows color (decimal): -4914017 or 10421429. OLE color: 10421429.

HSL color Cylindrical-coordinate representation of color #B5049F: hue angle of 307.46º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B5049F is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB1814159-
CMYK00.980.120.29
HSL307.46º95.68%36.27%-
HSV(B)307.46º97.79%70.98%-
XYZ25.3612.4133.86-
YUV74.59175.64203.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 52.62%
GREEN value IS 4 (1.95% from 255) = 1.16%
BLUE value IS 159 (62.5% from 255) = 46.22%
R=52.62%
G=1.16%
B=46.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181415900.980.120.29307.4695.6836.27
HexB549F062C1D1336024
Octal26542370142143546314044
Binary1011010110010011111011000101100111011001100111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5049F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5049F; }

 p { color: rgb(181,4,159); }

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

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

 a { background-color: rgb(181,4,159); }

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

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

 span { border-color: rgb(181,4,159); }

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