#BE5294

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

Shades of Mulberry #BE5294

Tints of Mulberry #BE5294

Color information

#BE5294 (or 0xBE5294) is unknown color: approx Mulberry. HEX triplet: BE, 52 and 94. RGB value is (190,82,148). Sum of RGB (Red+Green+Blue) = 190+82+148=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 148 (58.20% from 255 or 35.24% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5294 is #41AD6B. Grayscale: #797979. Windows color (decimal): -4304236 or 9720510. OLE color: 9720510.

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

Color convert

RGB19082148-
CMYK00.570.220.25
HSL323.33º45.38%53.33%-
HSV(B)323.33º56.84%74.51%-
XYZ29.619.1230.15-
YUV121.82142.78176.63-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.24%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 148 (58.20% from 255) = 35.24%
R=45.24%
G=19.52%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908214800.570.220.25323.3345.3853.33
HexBE529403916191432d35
Octal27612222407126315035565
Binary1011111010100101001010001110011011011001101000011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5294; }

 p { color: rgb(190,82,148); }

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

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

 a { background-color: rgb(190,82,148); }

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

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

 span { border-color: rgb(190,82,148); }

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