#BE55A0

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

Shades of Mulberry #BE55A0

Tints of Mulberry #BE55A0

Color information

#BE55A0 (or 0xBE55A0) is unknown color: approx Mulberry. HEX triplet: BE, 55 and A0. RGB value is (190,85,160). Sum of RGB (Red+Green+Blue) = 190+85+160=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE55A0 is #41AA5F. Grayscale: #7C7C7C. Windows color (decimal): -4303456 or 10507710. OLE color: 10507710.

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

Color convert

RGB19085160-
CMYK00.550.160.25
HSL317.14º44.68%53.92%-
HSV(B)317.14º55.26%74.51%-
XYZ30.8319.9835.49-
YUV124.94147.79174.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.68%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 160 (62.89% from 255) = 36.78%
R=43.68%
G=19.54%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908516000.550.160.25317.1444.6853.92
HexBE55A0037101913d2d36
Octal27612524006720314755566
Binary1011111010101011010000001101111000011001100111101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE55A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE55A0; }

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

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

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

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

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

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

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

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