#BE5F9E

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

Shades of Mulberry #BE5F9E

Tints of Mulberry #BE5F9E

Color information

#BE5F9E (or 0xBE5F9E) is unknown color: approx Mulberry. HEX triplet: BE, 5F and 9E. RGB value is (190,95,158). Sum of RGB (Red+Green+Blue) = 190+95+158=443 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.89% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 158 (62.11% from 255 or 35.67% from 443); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5F9E is #41A061. Grayscale: #828282. Windows color (decimal): -4300898 or 10379198. OLE color: 10379198.

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

Color convert

RGB19095158-
CMYK00.50.170.25
HSL320.21º42.22%55.88%-
HSV(B)320.21º50%74.51%-
XYZ31.521.634.86-
YUV130.59143.47170.38-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.89%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 158 (62.11% from 255) = 35.67%
R=42.89%
G=21.44%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909515800.50.170.25320.2142.2255.88
HexBE5F9E03211191402a38
Octal27613723606221315005270
Binary1011111010111111001111001100101000111001101000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F9E; }

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

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

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

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

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

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

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

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