#BE549C

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

Shades of Mulberry #BE549C

Tints of Mulberry #BE549C

Color information

#BE549C (or 0xBE549C) is unknown color: approx Mulberry. HEX triplet: BE, 54 and 9C. RGB value is (190,84,156). Sum of RGB (Red+Green+Blue) = 190+84+156=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE549C is #41AB63. Grayscale: #7B7B7B. Windows color (decimal): -4303716 or 10245310. OLE color: 10245310.

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

Color convert

RGB19084156-
CMYK00.560.180.25
HSL319.25º44.92%53.73%-
HSV(B)319.25º55.79%74.51%-
XYZ30.4119.6933.65-
YUV123.9146.12175.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.19%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 156 (61.33% from 255) = 36.28%
R=44.19%
G=19.53%
B=36.28%

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
Decimal1908415600.560.180.25319.2544.9253.73
HexBE549C038121913f2d36
Octal27612423407022314775566
Binary1011111010101001001110001110001001011001100111111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE549C; }

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

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

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

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

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

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

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

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