#BE539A

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

Shades of Mulberry #BE539A

Tints of Mulberry #BE539A

Color information

#BE539A (or 0xBE539A) is unknown color: approx Mulberry. HEX triplet: BE, 53 and 9A. RGB value is (190,83,154). Sum of RGB (Red+Green+Blue) = 190+83+154=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE539A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE539A is #41AC65. Grayscale: #7A7A7A. Windows color (decimal): -4303974 or 10113982. OLE color: 10113982.

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

Color convert

RGB19083154-
CMYK00.560.190.25
HSL320.19º45.15%53.53%-
HSV(B)320.19º56.32%74.51%-
XYZ30.1619.4732.74-
YUV123.09145.45175.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 154 (60.55% from 255) = 36.07%
R=44.50%
G=19.44%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908315400.560.190.25320.1945.1553.53
HexBE539A03813191402d36
Octal27612323207023315005566
Binary1011111010100111001101001110001001111001101000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE539A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE539A; }

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

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

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

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

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

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

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

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