#bf4e90

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

Shades of Mulberry #BF4E90

Tints of Mulberry #BF4E90

Color information

#BF4E90 (or 0xBF4E90) is unknown color: approx Mulberry. HEX triplet: BF, 4E and 90. RGB value is (191,78,144). Sum of RGB (Red+Green+Blue) = 191+78+144=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 78 (30.86% from 255 or 18.89% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4E90 is #40B16F. Grayscale: #777777. Windows color (decimal): -4239728 or 9457343. OLE color: 9457343.

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

Color convert

RGB19178144-
CMYK00.590.250.25
HSL324.96º46.89%52.75%-
HSV(B)324.96º59.16%74.9%-
XYZ29.2418.5428.42-
YUV119.31141.94179.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 78 (30.86% from 255) = 18.89%
BLUE value IS 144 (56.64% from 255) = 34.87%
R=46.25%
G=18.89%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917814400.590.250.25324.9646.8952.75
HexBF4E9003B19191452f35
Octal27711622007331315055765
Binary1011111110011101001000001110111100111001101000101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf4e90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf4e90; }

 p { color: rgb(191,78,144); }

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

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

 a { background-color: rgb(191,78,144); }

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

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

 span { border-color: rgb(191,78,144); }

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