#BE4B9F

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

Shades of Mulberry #BE4B9F

Tints of Mulberry #BE4B9F

Color information

#BE4B9F (or 0xBE4B9F) is unknown color: approx Mulberry. HEX triplet: BE, 4B and 9F. RGB value is (190,75,159). Sum of RGB (Red+Green+Blue) = 190+75+159=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 75 (29.69% from 255 or 17.69% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4B9F is #41B460. Grayscale: #767676. Windows color (decimal): -4306017 or 10439614. OLE color: 10439614.

HSL color Cylindrical-coordinate representation of color #BE4B9F: hue angle of 316.17º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4B9F is Cyan = 0, Magento = 0.61, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19075159-
CMYK00.610.160.25
HSL316.17º46.94%51.96%-
HSV(B)316.17º60.53%74.51%-
XYZ30.0118.4834.79-
YUV118.96150.6178.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 44.81%
GREEN value IS 75 (29.69% from 255) = 17.69%
BLUE value IS 159 (62.5% from 255) = 37.5%
R=44.81%
G=17.69%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1907515900.610.160.25316.1746.9451.96
HexBE4B9F03D101913c2f34
Octal27611323707520314745764
Binary1011111010010111001111101111011000011001100111100101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4B9F; }

 p { color: rgb(190,75,159); }

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

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

 a { background-color: rgb(190,75,159); }

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

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

 span { border-color: rgb(190,75,159); }

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