#BE5697

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

Shades of Mulberry #BE5697

Tints of Mulberry #BE5697

Color information

#BE5697 (or 0xBE5697) is unknown color: approx Mulberry. HEX triplet: BE, 56 and 97. RGB value is (190,86,151). Sum of RGB (Red+Green+Blue) = 190+86+151=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5697 is #41A968. Grayscale: #7C7C7C. Windows color (decimal): -4303209 or 9918142. OLE color: 9918142.

HSL color Cylindrical-coordinate representation of color #BE5697: hue angle of 322.5º degrees, saturation: 0.44, 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 #BE5697 is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19086151-
CMYK00.550.210.25
HSL322.5º44.44%54.12%-
HSV(B)322.5º54.74%74.51%-
XYZ30.1519.8431.52-
YUV124.51142.96174.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 86 (33.98% from 255) = 20.14%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=44.50%
G=20.14%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1908615100.550.210.25322.544.4454.12
HexBE569703715191422c36
Octal27612622706725315025466
Binary1011111010101101001011101101111010111001101000010101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5697; }

 p { color: rgb(190,86,151); }

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

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

 a { background-color: rgb(190,86,151); }

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

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

 span { border-color: rgb(190,86,151); }

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