#BF5582

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

Shades of Mulberry #BF5582

Tints of Mulberry #BF5582

Color information

#BF5582 (or 0xBF5582) is unknown color: approx Mulberry. HEX triplet: BF, 55 and 82. RGB value is (191,85,130). Sum of RGB (Red+Green+Blue) = 191+85+130=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 85 (33.59% from 255 or 20.94% from 406); Blue value is 130 (51.17% from 255 or 32.02% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5582 is #40AA7D. Grayscale: #797979. Windows color (decimal): -4237950 or 8541631. OLE color: 8541631.

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

Color convert

RGB19185130-
CMYK00.550.320.25
HSL334.53º45.3%54.12%-
HSV(B)334.53º55.5%74.9%-
XYZ28.7619.1923.31-
YUV121.82132.62177.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 85 (33.59% from 255) = 20.94%
BLUE value IS 130 (51.17% from 255) = 32.02%
R=47.04%
G=20.94%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918513000.550.320.25334.5345.354.12
HexBF5582037201914f2d36
Octal27712520206740315175566
Binary10111111101010110000010011011110000011001101001111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5582; }

 p { color: rgb(191,85,130); }

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

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

 a { background-color: rgb(191,85,130); }

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

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

 span { border-color: rgb(191,85,130); }

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