#BE549B

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

Shades of Mulberry #BE549B

Tints of Mulberry #BE549B

Color information

#BE549B (or 0xBE549B) is unknown color: approx Mulberry. HEX triplet: BE, 54 and 9B. RGB value is (190,84,155). Sum of RGB (Red+Green+Blue) = 190+84+155=429 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.29% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 190 - color contains mainly: red. Hex color #BE549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE549B is #41AB64. Grayscale: #7B7B7B. Windows color (decimal): -4303717 or 10179774. OLE color: 10179774.

HSL color Cylindrical-coordinate representation of color #BE549B: hue angle of 319.81º 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 #BE549B is Cyan = 0, Magento = 0.56, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB19084155-
CMYK00.560.180.25
HSL319.81º44.92%53.73%-
HSV(B)319.81º55.79%74.51%-
XYZ30.3219.6533.21-
YUV123.79145.62175.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.29%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 155 (60.94% from 255) = 36.13%
R=44.29%
G=19.58%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908415500.560.180.25319.8144.9253.73
HexBE549B03812191402d36
Octal27612423307022315005566
Binary1011111010101001001101101110001001011001101000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE549B; }

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

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

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

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

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

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

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

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