#BE5C9F

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

Shades of Mulberry #BE5C9F

Tints of Mulberry #BE5C9F

Color information

#BE5C9F (or 0xBE5C9F) is unknown color: approx Mulberry. HEX triplet: BE, 5C and 9F. RGB value is (190,92,159). Sum of RGB (Red+Green+Blue) = 190+92+159=441 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.08% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 159 (62.5% from 255 or 36.05% from 441); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5C9F is #41A360. Grayscale: #808080. Windows color (decimal): -4301665 or 10443966. OLE color: 10443966.

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

Color convert

RGB19092159-
CMYK00.520.160.25
HSL318.98º42.98%55.29%-
HSV(B)318.98º51.58%74.51%-
XYZ31.3221.135.22-
YUV128.94144.97171.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.08%
GREEN value IS 92 (36.33% from 255) = 20.86%
BLUE value IS 159 (62.5% from 255) = 36.05%
R=43.08%
G=20.86%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909215900.520.160.25318.9842.9855.29
HexBE5C9F034101913f2b37
Octal27613423706420314775367
Binary1011111010111001001111101101001000011001100111111101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5C9F; }

 p { color: rgb(190,92,159); }

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

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

 a { background-color: rgb(190,92,159); }

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

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

 span { border-color: rgb(190,92,159); }

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