#BF5489

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

Shades of Mulberry #BF5489

Tints of Mulberry #BF5489

Color information

#BF5489 (or 0xBF5489) is unknown color: approx Mulberry. HEX triplet: BF, 54 and 89. RGB value is (191,84,137). Sum of RGB (Red+Green+Blue) = 191+84+137=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 137 (53.91% from 255 or 33.25% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5489 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5489 is #40AB76. Grayscale: #797979. Windows color (decimal): -4238199 or 9000127. OLE color: 9000127.

HSL color Cylindrical-coordinate representation of color #BF5489: hue angle of 330.28º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF5489 is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB19184137-
CMYK00.560.280.25
HSL330.28º45.53%53.92%-
HSV(B)330.28º56.02%74.9%-
XYZ29.1719.2225.84-
YUV122.04136.45177.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 84 (33.20% from 255) = 20.39%
BLUE value IS 137 (53.91% from 255) = 33.25%
R=46.36%
G=20.39%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918413700.560.280.25330.2845.5353.92
HexBF54890381C1914a2e36
Octal27712421107034315125666
Binary1011111110101001000100101110001110011001101001010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5489; }

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

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

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

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

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

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

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

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