#BF5486

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

Shades of Mulberry #BF5486

Tints of Mulberry #BF5486

Color information

#BF5486 (or 0xBF5486) is unknown color: approx Mulberry. HEX triplet: BF, 54 and 86. RGB value is (191,84,134). Sum of RGB (Red+Green+Blue) = 191+84+134=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 134 (52.73% from 255 or 32.76% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5486 is #40AB79. Grayscale: #797979. Windows color (decimal): -4238202 or 8803519. OLE color: 8803519.

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

Color convert

RGB19184134-
CMYK00.560.300.25
HSL331.96º45.53%53.92%-
HSV(B)331.96º56.02%74.9%-
XYZ28.9619.1424.72-
YUV121.69134.95177.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 134 (52.73% from 255) = 32.76%
R=46.70%
G=20.54%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918413400.560.300.25331.9645.5353.92
HexBF54860381E1914c2e36
Octal27712420607036315145666
Binary1011111110101001000011001110001111011001101001100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5486; }

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

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

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

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

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

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

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

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