#BF4586

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

Shades of Mulberry #BF4586

Tints of Mulberry #BF4586

Color information

#BF4586 (or 0xBF4586) is unknown color: approx Mulberry. HEX triplet: BF, 45 and 86. RGB value is (191,69,134). Sum of RGB (Red+Green+Blue) = 191+69+134=394 (52% of max value = 765). Red value is 191 (75% from 255 or 48.48% from 394); Green value is 69 (27.34% from 255 or 17.51% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4586 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4586 is #40BA79. Grayscale: #707070. Windows color (decimal): -4242042 or 8799679. OLE color: 8799679.

HSL color Cylindrical-coordinate representation of color #BF4586: hue angle of 328.03º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4586 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB19169134-
CMYK00.640.300.25
HSL328.03º48.8%50.98%-
HSV(B)328.03º63.87%74.9%-
XYZ27.9217.0524.37-
YUV112.89139.92183.71-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.48%
GREEN value IS 69 (27.34% from 255) = 17.51%
BLUE value IS 134 (52.73% from 255) = 34.01%
R=48.48%
G=17.51%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916913400.640.300.25328.0348.850.98
HexBF45860401E191483133
Octal277105206010036315106163
Binary10111111100010110000110010000001111011001101001000110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4586; }

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

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

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

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

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

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

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

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