#BE5283

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

Shades of Mulberry #BE5283

Tints of Mulberry #BE5283

Color information

#BE5283 (or 0xBE5283) is unknown color: approx Mulberry. HEX triplet: BE, 52 and 83. RGB value is (190,82,131). Sum of RGB (Red+Green+Blue) = 190+82+131=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5283 is #41AD7C. Grayscale: #777777. Windows color (decimal): -4304253 or 8606398. OLE color: 8606398.

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

Color convert

RGB19082131-
CMYK00.570.310.25
HSL332.78º45.38%53.33%-
HSV(B)332.78º56.84%74.51%-
XYZ28.3518.6223.57-
YUV119.88134.28178.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.15%
GREEN value IS 82 (32.42% from 255) = 20.35%
BLUE value IS 131 (51.56% from 255) = 32.51%
R=47.15%
G=20.35%
B=32.51%

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
Decimal1908213100.570.310.25332.7845.3853.33
HexBE52830391F1914d2d35
Octal27612220307137315155565
Binary1011111010100101000001101110011111111001101001101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5283; }

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

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

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

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

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

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

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

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