#BE5284

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

Shades of Mulberry #BE5284

Tints of Mulberry #BE5284

Color information

#BE5284 (or 0xBE5284) is unknown color: approx Mulberry. HEX triplet: BE, 52 and 84. RGB value is (190,82,132). Sum of RGB (Red+Green+Blue) = 190+82+132=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5284 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5284 is #41AD7B. Grayscale: #777777. Windows color (decimal): -4304252 or 8671934. OLE color: 8671934.

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

Color convert

RGB19082132-
CMYK00.570.310.25
HSL332.22º45.38%53.33%-
HSV(B)332.22º56.84%74.51%-
XYZ28.4218.6523.93-
YUV119.99134.78177.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.03%
GREEN value IS 82 (32.42% from 255) = 20.30%
BLUE value IS 132 (51.95% from 255) = 32.67%
R=47.03%
G=20.30%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908213200.570.310.25332.2245.3853.33
HexBE52840391F1914c2d35
Octal27612220407137315145565
Binary1011111010100101000010001110011111111001101001100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5284; }

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

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

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

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

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

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

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

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