#BE549D

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

Shades of Mulberry #BE549D

Tints of Mulberry #BE549D

Color information

#BE549D (or 0xBE549D) is unknown color: approx Mulberry. HEX triplet: BE, 54 and 9D. RGB value is (190,84,157). Sum of RGB (Red+Green+Blue) = 190+84+157=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE549D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE549D is #41AB62. Grayscale: #7B7B7B. Windows color (decimal): -4303715 or 10310846. OLE color: 10310846.

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

Color convert

RGB19084157-
CMYK00.560.170.25
HSL318.68º44.92%53.73%-
HSV(B)318.68º55.79%74.51%-
XYZ30.4919.7234.1-
YUV124.02146.62175.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.08%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=44.08%
G=19.49%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908415700.560.170.25318.6844.9253.73
HexBE549D038111913f2d36
Octal27612423507021314775566
Binary1011111010101001001110101110001000111001100111111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE549D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE549D; }

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

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

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

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

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

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

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

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