#BE4681

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

Shades of Mulberry #BE4681

Tints of Mulberry #BE4681

Color information

#BE4681 (or 0xBE4681) is unknown color: approx Mulberry. HEX triplet: BE, 46 and 81. RGB value is (190,70,129). Sum of RGB (Red+Green+Blue) = 190+70+129=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 70 (27.73% from 255 or 17.99% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4681 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4681 is #41B97E. Grayscale: #707070. Windows color (decimal): -4307327 or 8472254. OLE color: 8472254.

HSL color Cylindrical-coordinate representation of color #BE4681: hue angle of 330.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BE4681 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB19070129-
CMYK00.630.320.25
HSL330.5º48%50.98%-
HSV(B)330.5º63.16%74.51%-
XYZ27.3916.9122.59-
YUV112.61137.26183.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 48.84%
GREEN value IS 70 (27.73% from 255) = 17.99%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=48.84%
G=17.99%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907012900.630.320.25330.54850.98
HexBE468103F201914a3033
Octal27610620107740315126063
Binary10111110100011010000001011111110000011001101001010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4681; }

 p { color: rgb(190,70,129); }

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

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

 a { background-color: rgb(190,70,129); }

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

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

 span { border-color: rgb(190,70,129); }

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