#BE5F8F

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

Shades of Mulberry #BE5F8F

Tints of Mulberry #BE5F8F

Color information

#BE5F8F (or 0xBE5F8F) is unknown color: approx Mulberry. HEX triplet: BE, 5F and 8F. RGB value is (190,95,143). Sum of RGB (Red+Green+Blue) = 190+95+143=428 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.39% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 143 (56.25% from 255 or 33.41% from 428); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5F8F is #41A070. Grayscale: #808080. Windows color (decimal): -4300913 or 9396158. OLE color: 9396158.

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

Color convert

RGB19095143-
CMYK00.50.250.25
HSL329.68º42.22%55.88%-
HSV(B)329.68º50%74.51%-
XYZ30.2921.1128.47-
YUV128.88135.97171.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.39%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 143 (56.25% from 255) = 33.41%
R=44.39%
G=22.20%
B=33.41%

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
Decimal1909514300.50.250.25329.6842.2255.88
HexBE5F8F032191914a2a38
Octal27613721706231315125270
Binary1011111010111111000111101100101100111001101001010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5F8F; }

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

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

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

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

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

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

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

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