#BE5097

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

Shades of Mulberry #BE5097

Tints of Mulberry #BE5097

Color information

#BE5097 (or 0xBE5097) is unknown color: approx Mulberry. HEX triplet: BE, 50 and 97. RGB value is (190,80,151). Sum of RGB (Red+Green+Blue) = 190+80+151=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5097 is #41AF68. Grayscale: #787878. Windows color (decimal): -4304745 or 9916606. OLE color: 9916606.

HSL color Cylindrical-coordinate representation of color #BE5097: hue angle of 321.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE5097 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19080151-
CMYK00.580.210.25
HSL321.27º45.83%52.94%-
HSV(B)321.27º57.89%74.51%-
XYZ29.6918.9231.37-
YUV120.98144.94177.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 151 (59.38% from 255) = 35.87%
R=45.13%
G=19.00%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908015100.580.210.25321.2745.8352.94
HexBE509703A15191412e35
Octal27612022707225315015665
Binary1011111010100001001011101110101010111001101000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5097; }

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

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

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

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

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

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

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

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