#BE5282

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

Shades of Mulberry #BE5282

Tints of Mulberry #BE5282

Color information

#BE5282 (or 0xBE5282) is unknown color: approx Mulberry. HEX triplet: BE, 52 and 82. RGB value is (190,82,130). Sum of RGB (Red+Green+Blue) = 190+82+130=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5282 is #41AD7D. Grayscale: #777777. Windows color (decimal): -4304254 or 8540862. OLE color: 8540862.

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

Color convert

RGB19082130-
CMYK00.570.320.25
HSL333.33º45.38%53.33%-
HSV(B)333.33º56.84%74.51%-
XYZ28.2818.5923.22-
YUV119.76133.78178.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 82 (32.42% from 255) = 20.40%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=47.26%
G=20.40%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908213000.570.320.25333.3345.3853.33
HexBE5282039201914d2d35
Octal27612220207140315155565
Binary10111110101001010000010011100110000011001101001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5282; }

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

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

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

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

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

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

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

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