#BE5497

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

Shades of Mulberry #BE5497

Tints of Mulberry #BE5497

Color information

#BE5497 (or 0xBE5497) is unknown color: approx Mulberry. HEX triplet: BE, 54 and 97. RGB value is (190,84,151). Sum of RGB (Red+Green+Blue) = 190+84+151=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 84 (33.20% from 255 or 19.76% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5497 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5497 is #41AB68. Grayscale: #7B7B7B. Windows color (decimal): -4303721 or 9917630. OLE color: 9917630.

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

Color convert

RGB19084151-
CMYK00.560.210.25
HSL322.08º44.92%53.73%-
HSV(B)322.08º55.79%74.51%-
XYZ29.9919.5231.47-
YUV123.33143.62175.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 84 (33.20% from 255) = 19.76%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=44.71%
G=19.76%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908415100.560.210.25322.0844.9253.73
HexBE549703815191422d36
Octal27612422707025315025566
Binary1011111010101001001011101110001010111001101000010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5497; }

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

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

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

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

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

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

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

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