#BE53A5

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

Shades of Mulberry #BE53A5

Tints of Mulberry #BE53A5

Color information

#BE53A5 (or 0xBE53A5) is unknown color: approx Mulberry. HEX triplet: BE, 53 and A5. RGB value is (190,83,165). Sum of RGB (Red+Green+Blue) = 190+83+165=438 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.38% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE53A5 is #41AC5A. Grayscale: #7C7C7C. Windows color (decimal): -4303963 or 10834878. OLE color: 10834878.

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

Color convert

RGB19083165-
CMYK00.560.130.25
HSL314.02º45.15%53.53%-
HSV(B)314.02º56.32%74.51%-
XYZ31.1219.8537.79-
YUV124.34150.95174.83-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.38%
GREEN value IS 83 (32.81% from 255) = 18.95%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=43.38%
G=18.95%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908316500.560.130.25314.0245.1553.53
HexBE53A5038D1913a2d36
Octal27612324507015314725566
Binary101111101010011101001010111000110111001100111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE53A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE53A5; }

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

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

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

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

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

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

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

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