#BE5F93

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

Shades of Mulberry #BE5F93

Tints of Mulberry #BE5F93

Color information

#BE5F93 (or 0xBE5F93) is unknown color: approx Mulberry. HEX triplet: BE, 5F and 93. RGB value is (190,95,147). Sum of RGB (Red+Green+Blue) = 190+95+147=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 147 (57.81% from 255 or 34.03% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5F93 is #41A06C. Grayscale: #818181. Windows color (decimal): -4300909 or 9658302. OLE color: 9658302.

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

Color convert

RGB19095147-
CMYK00.50.230.25
HSL327.16º42.22%55.88%-
HSV(B)327.16º50%74.51%-
XYZ30.5921.2430.09-
YUV129.33137.97171.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 147 (57.81% from 255) = 34.03%
R=43.98%
G=21.99%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909514700.50.230.25327.1642.2255.88
HexBE5F9303217191472a38
Octal27613722306227315075270
Binary1011111010111111001001101100101011111001101000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F93; }

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

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

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

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

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

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

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

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