#BF5189

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

Shades of Mulberry #BF5189

Tints of Mulberry #BF5189

Color information

#BF5189 (or 0xBF5189) is unknown color: approx Mulberry. HEX triplet: BF, 51 and 89. RGB value is (191,81,137). Sum of RGB (Red+Green+Blue) = 191+81+137=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 81 (32.03% from 255 or 19.80% from 409); Blue value is 137 (53.91% from 255 or 33.50% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5189 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5189 is #40AE76. Grayscale: #787878. Windows color (decimal): -4238967 or 8999359. OLE color: 8999359.

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

Color convert

RGB19181137-
CMYK00.580.280.25
HSL329.45º46.22%53.33%-
HSV(B)329.45º57.59%74.9%-
XYZ28.9418.7725.76-
YUV120.27137.44178.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 81 (32.03% from 255) = 19.80%
BLUE value IS 137 (53.91% from 255) = 33.50%
R=46.70%
G=19.80%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918113700.580.280.25329.4546.2253.33
HexBF518903A1C191492e35
Octal27712121107234315115665
Binary1011111110100011000100101110101110011001101001001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5189; }

 p { color: rgb(191,81,137); }

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

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

 a { background-color: rgb(191,81,137); }

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

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

 span { border-color: rgb(191,81,137); }

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