#BE4F94

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

Shades of Mulberry #BE4F94

Tints of Mulberry #BE4F94

Color information

#BE4F94 (or 0xBE4F94) is unknown color: approx Mulberry. HEX triplet: BE, 4F and 94. RGB value is (190,79,148). Sum of RGB (Red+Green+Blue) = 190+79+148=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 148 (58.20% from 255 or 35.49% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4F94 is #41B06B. Grayscale: #777777. Windows color (decimal): -4305004 or 9719742. OLE color: 9719742.

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

Color convert

RGB19079148-
CMYK00.580.220.25
HSL322.7º46.06%52.75%-
HSV(B)322.7º58.42%74.51%-
XYZ29.3818.6830.07-
YUV120.06143.77177.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 148 (58.20% from 255) = 35.49%
R=45.56%
G=18.94%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907914800.580.220.25322.746.0652.75
HexBE4F9403A16191432e35
Octal27611722407226315035665
Binary1011111010011111001010001110101011011001101000011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4F94; }

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

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

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

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

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

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

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

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