#BE5099

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

Shades of Mulberry #BE5099

Tints of Mulberry #BE5099

Color information

#BE5099 (or 0xBE5099) is unknown color: approx Mulberry. HEX triplet: BE, 50 and 99. RGB value is (190,80,153). Sum of RGB (Red+Green+Blue) = 190+80+153=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 80 (31.64% from 255 or 18.91% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5099 is #41AF66. Grayscale: #797979. Windows color (decimal): -4304743 or 10047678. OLE color: 10047678.

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

Color convert

RGB19080153-
CMYK00.580.190.25
HSL320.18º45.83%52.94%-
HSV(B)320.18º57.89%74.51%-
XYZ29.8518.9832.23-
YUV121.21145.94177.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.92%
GREEN value IS 80 (31.64% from 255) = 18.91%
BLUE value IS 153 (60.16% from 255) = 36.17%
R=44.92%
G=18.91%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908015300.580.190.25320.1845.8352.94
HexBE509903A13191402e35
Octal27612023107223315005665
Binary1011111010100001001100101110101001111001101000000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5099; }

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

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

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

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

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

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

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

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