#BE54A0

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

Shades of Mulberry #BE54A0

Tints of Mulberry #BE54A0

Color information

#BE54A0 (or 0xBE54A0) is unknown color: approx Mulberry. HEX triplet: BE, 54 and A0. RGB value is (190,84,160). Sum of RGB (Red+Green+Blue) = 190+84+160=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE54A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE54A0 is #41AB5F. Grayscale: #7C7C7C. Windows color (decimal): -4303712 or 10507454. OLE color: 10507454.

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

Color convert

RGB19084160-
CMYK00.560.160.25
HSL316.98º44.92%53.73%-
HSV(B)316.98º55.79%74.51%-
XYZ30.7519.8335.46-
YUV124.36148.12174.82-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.78%
GREEN value IS 84 (33.20% from 255) = 19.35%
BLUE value IS 160 (62.89% from 255) = 36.87%
R=43.78%
G=19.35%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908416000.560.160.25316.9844.9253.73
HexBE54A0038101913d2d36
Octal27612424007020314755566
Binary1011111010101001010000001110001000011001100111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE54A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE54A0; }

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

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

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

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

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

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

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

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