#BE52A0

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

Shades of Mulberry #BE52A0

Tints of Mulberry #BE52A0

Color information

#BE52A0 (or 0xBE52A0) is unknown color: approx Mulberry. HEX triplet: BE, 52 and A0. RGB value is (190,82,160). Sum of RGB (Red+Green+Blue) = 190+82+160=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 160 (62.89% from 255 or 37.04% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE52A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE52A0 is #41AD5F. Grayscale: #7A7A7A. Windows color (decimal): -4304224 or 10506942. OLE color: 10506942.

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

Color convert

RGB19082160-
CMYK00.570.160.25
HSL316.67º45.38%53.33%-
HSV(B)316.67º56.84%74.51%-
XYZ30.619.5235.41-
YUV123.18148.78175.66-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 160 (62.89% from 255) = 37.04%
R=43.98%
G=18.98%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908216000.570.160.25316.6745.3853.33
HexBE52A0039101913d2d35
Octal27612224007120314755565
Binary1011111010100101010000001110011000011001100111101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE52A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE52A0; }

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

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

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

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

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

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

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

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