#BE549F

Color #BE549F Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BE549F

Tints of Mulberry #BE549F

Color information

#BE549F (or 0xBE549F) is unknown color: approx Mulberry. HEX triplet: BE, 54 and 9F. RGB value is (190,84,159). Sum of RGB (Red+Green+Blue) = 190+84+159=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 159 (62.5% from 255 or 36.72% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE549F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE549F is #41AB60. Grayscale: #7C7C7C. Windows color (decimal): -4303713 or 10441918. OLE color: 10441918.

HSL color Cylindrical-coordinate representation of color #BE549F: hue angle of 317.55º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE549F is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19084159-
CMYK00.560.160.25
HSL317.55º44.92%53.73%-
HSV(B)317.55º55.79%74.51%-
XYZ30.6619.7935-
YUV124.24147.62174.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.88%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 159 (62.5% from 255) = 36.72%
R=43.88%
G=19.40%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908415900.560.160.25317.5544.9253.73
HexBE549F038101913e2d36
Octal27612423707020314765566
Binary1011111010101001001111101110001000011001100111110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE549F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE549F; }

 p { color: rgb(190,84,159); }

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

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

 a { background-color: rgb(190,84,159); }

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

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

 span { border-color: rgb(190,84,159); }

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