#BE52A2

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

Shades of Mulberry #BE52A2

Tints of Mulberry #BE52A2

Color information

#BE52A2 (or 0xBE52A2) is unknown color: approx Mulberry. HEX triplet: BE, 52 and A2. RGB value is (190,82,162). Sum of RGB (Red+Green+Blue) = 190+82+162=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE52A2 is #41AD5D. Grayscale: #7B7B7B. Windows color (decimal): -4304222 or 10638014. OLE color: 10638014.

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

Color convert

RGB19082162-
CMYK00.570.150.25
HSL315.56º45.38%53.33%-
HSV(B)315.56º56.84%74.51%-
XYZ30.7719.5936.34-
YUV123.41149.78175.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 162 (63.67% from 255) = 37.33%
R=43.78%
G=18.89%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908216200.570.150.25315.5645.3853.33
HexBE52A2039F1913c2d35
Octal27612224207117314745565
Binary101111101010010101000100111001111111001100111100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE52A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE52A2; }

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

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

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

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

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

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

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

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