#BE4F98

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

Shades of Mulberry #BE4F98

Tints of Mulberry #BE4F98

Color information

#BE4F98 (or 0xBE4F98) is unknown color: approx Mulberry. HEX triplet: BE, 4F and 98. RGB value is (190,79,152). Sum of RGB (Red+Green+Blue) = 190+79+152=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4F98 is #41B067. Grayscale: #787878. Windows color (decimal): -4305000 or 9981886. OLE color: 9981886.

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

Color convert

RGB19079152-
CMYK00.580.20.25
HSL320.54º46.06%52.75%-
HSV(B)320.54º58.42%74.51%-
XYZ29.718.8131.77-
YUV120.51145.77177.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 79 (31.25% from 255) = 18.76%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=45.13%
G=18.76%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907915200.580.20.25320.5446.0652.75
HexBE4F9803A14191412e35
Octal27611723007224315015665
Binary1011111010011111001100001110101010011001101000001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4F98; }

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

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

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

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

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

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

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

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