#BE54A5

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

Shades of Mulberry #BE54A5

Tints of Mulberry #BE54A5

Color information

#BE54A5 (or 0xBE54A5) is unknown color: approx Mulberry. HEX triplet: BE, 54 and A5. RGB value is (190,84,165). Sum of RGB (Red+Green+Blue) = 190+84+165=439 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.28% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 165 (64.84% from 255 or 37.59% from 439); Max value from RGB is 190 - color contains mainly: red. Hex color #BE54A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE54A5 is #41AB5A. Grayscale: #7C7C7C. Windows color (decimal): -4303707 or 10835134. OLE color: 10835134.

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

Color convert

RGB19084165-
CMYK00.560.130.25
HSL314.15º44.92%53.73%-
HSV(B)314.15º55.79%74.51%-
XYZ31.22037.81-
YUV124.93150.62174.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.28%
GREEN value IS 84 (33.20% from 255) = 19.13%
BLUE value IS 165 (64.84% from 255) = 37.59%
R=43.28%
G=19.13%
B=37.59%

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
Decimal1908416500.560.130.25314.1544.9253.73
HexBE54A5038D1913a2d36
Octal27612424507015314725566
Binary101111101010100101001010111000110111001100111010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE54A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE54A5; }

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

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

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

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

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

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

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

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