#BE53A2

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

Shades of Mulberry #BE53A2

Tints of Mulberry #BE53A2

Color information

#BE53A2 (or 0xBE53A2) is unknown color: approx Mulberry. HEX triplet: BE, 53 and A2. RGB value is (190,83,162). Sum of RGB (Red+Green+Blue) = 190+83+162=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 83 (32.81% from 255 or 19.08% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE53A2 is #41AC5D. Grayscale: #7B7B7B. Windows color (decimal): -4303966 or 10638270. OLE color: 10638270.

HSL color Cylindrical-coordinate representation of color #BE53A2: hue angle of 315.7º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE53A2 is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19083162-
CMYK00.560.150.25
HSL315.7º45.15%53.53%-
HSV(B)315.7º56.32%74.51%-
XYZ30.8519.7436.37-
YUV124149.45175.08-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 83 (32.81% from 255) = 19.08%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=43.68%
G=19.08%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908316200.560.150.25315.745.1553.53
HexBE53A2038F1913c2d36
Octal27612324207017314745566
Binary101111101010011101000100111000111111001100111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53A2; }

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

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

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

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

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

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

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

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