#BE5F8D

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

Shades of Mulberry #BE5F8D

Tints of Mulberry #BE5F8D

Color information

#BE5F8D (or 0xBE5F8D) is unknown color: approx Mulberry. HEX triplet: BE, 5F and 8D. RGB value is (190,95,141). Sum of RGB (Red+Green+Blue) = 190+95+141=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5F8D is #41A072. Grayscale: #808080. Windows color (decimal): -4300915 or 9265086. OLE color: 9265086.

HSL color Cylindrical-coordinate representation of color #BE5F8D: hue angle of 330.95º 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 #BE5F8D is Cyan = 0, Magento = 0.5, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19095141-
CMYK00.50.260.25
HSL330.95º42.22%55.88%-
HSV(B)330.95º50%74.51%-
XYZ30.1421.0527.67-
YUV128.65134.97171.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.60%
GREEN value IS 95 (37.5% from 255) = 22.30%
BLUE value IS 141 (55.47% from 255) = 33.10%
R=44.60%
G=22.30%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909514100.50.260.25330.9542.2255.88
HexBE5F8D0321A1914b2a38
Octal27613721506232315135270
Binary1011111010111111000110101100101101011001101001011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F8D; }

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

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

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

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

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

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

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

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