#BF5599

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

Shades of Mulberry #BF5599

Tints of Mulberry #BF5599

Color information

#BF5599 (or 0xBF5599) is unknown color: approx Mulberry. HEX triplet: BF, 55 and 99. RGB value is (191,85,153). Sum of RGB (Red+Green+Blue) = 191+85+153=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 85 (33.59% from 255 or 19.81% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5599 is #40AA66. Grayscale: #7C7C7C. Windows color (decimal): -4237927 or 10048959. OLE color: 10048959.

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

Color convert

RGB19185153-
CMYK00.550.200.25
HSL321.51º45.3%54.12%-
HSV(B)321.51º55.5%74.9%-
XYZ30.4819.8732.37-
YUV124.45144.12175.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 85 (33.59% from 255) = 19.81%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=44.52%
G=19.81%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918515300.550.200.25321.5145.354.12
HexBF559903714191422d36
Octal27712523106724315025566
Binary1011111110101011001100101101111010011001101000010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5599; }

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

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

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

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

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

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

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

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