#BE4F8F

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

Shades of Mulberry #BE4F8F

Tints of Mulberry #BE4F8F

Color information

#BE4F8F (or 0xBE4F8F) is unknown color: approx Mulberry. HEX triplet: BE, 4F and 8F. RGB value is (190,79,143). Sum of RGB (Red+Green+Blue) = 190+79+143=412 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.12% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 143 (56.25% from 255 or 34.71% from 412); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4F8F is #41B070. Grayscale: #777777. Windows color (decimal): -4305009 or 9392062. OLE color: 9392062.

HSL color Cylindrical-coordinate representation of color #BE4F8F: hue angle of 325.41º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BE4F8F is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB19079143-
CMYK00.580.250.25
HSL325.41º46.06%52.75%-
HSV(B)325.41º58.42%74.51%-
XYZ28.9918.5228.03-
YUV119.48141.27178.3-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.12%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 143 (56.25% from 255) = 34.71%
R=46.12%
G=19.17%
B=34.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907914300.580.250.25325.4146.0652.75
HexBE4F8F03A19191452e35
Octal27611721707231315055665
Binary1011111010011111000111101110101100111001101000101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4F8F; }

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

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

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

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

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

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

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

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