#BE5F8E

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

Shades of Mulberry #BE5F8E

Tints of Mulberry #BE5F8E

Color information

#BE5F8E (or 0xBE5F8E) is unknown color: approx Mulberry. HEX triplet: BE, 5F and 8E. RGB value is (190,95,142). Sum of RGB (Red+Green+Blue) = 190+95+142=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 142 (55.86% from 255 or 33.26% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5F8E is #41A071. Grayscale: #808080. Windows color (decimal): -4300914 or 9330622. OLE color: 9330622.

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

Color convert

RGB19095142-
CMYK00.50.250.25
HSL330.32º42.22%55.88%-
HSV(B)330.32º50%74.51%-
XYZ30.2121.0828.07-
YUV128.76135.47171.68-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.50%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 142 (55.86% from 255) = 33.26%
R=44.50%
G=22.25%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909514200.50.250.25330.3242.2255.88
HexBE5F8E032191914a2a38
Octal27613721606231315125270
Binary1011111010111111000111001100101100111001101001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F8E; }

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

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

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

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

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

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

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

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