#BE5F9F

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

Shades of Mulberry #BE5F9F

Tints of Mulberry #BE5F9F

Color information

#BE5F9F (or 0xBE5F9F) is unknown color: approx Mulberry. HEX triplet: BE, 5F and 9F. RGB value is (190,95,159). Sum of RGB (Red+Green+Blue) = 190+95+159=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 159 (62.5% from 255 or 35.81% from 444); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5F9F is #41A060. Grayscale: #828282. Windows color (decimal): -4300897 or 10444734. OLE color: 10444734.

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

Color convert

RGB19095159-
CMYK00.50.160.25
HSL319.58º42.22%55.88%-
HSV(B)319.58º50%74.51%-
XYZ31.5921.6335.31-
YUV130.7143.97170.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 159 (62.5% from 255) = 35.81%
R=42.79%
G=21.40%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909515900.50.160.25319.5842.2255.88
HexBE5F9F03210191402a38
Octal27613723706220315005270
Binary1011111010111111001111101100101000011001101000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F9F; }

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

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

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

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

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

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

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

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