#BE4BA0

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

Shades of Mulberry #BE4BA0

Tints of Mulberry #BE4BA0

Color information

#BE4BA0 (or 0xBE4BA0) is unknown color: approx Mulberry. HEX triplet: BE, 4B and A0. RGB value is (190,75,160). Sum of RGB (Red+Green+Blue) = 190+75+160=425 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.71% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4BA0 is #41B45F. Grayscale: #767676. Windows color (decimal): -4306016 or 10505150. OLE color: 10505150.

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

Color convert

RGB19075160-
CMYK00.610.160.25
HSL315.65º46.94%51.96%-
HSV(B)315.65º60.53%74.51%-
XYZ30.118.5235.25-
YUV119.07151.1178.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.71%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 160 (62.89% from 255) = 37.65%
R=44.71%
G=17.65%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907516000.610.160.25315.6546.9451.96
HexBE4BA003D101913c2f34
Octal27611324007520314745764
Binary1011111010010111010000001111011000011001100111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4BA0; }

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

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

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

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

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

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

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

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