#BF5597

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

Shades of Mulberry #BF5597

Tints of Mulberry #BF5597

Color information

#BF5597 (or 0xBF5597) is unknown color: approx Mulberry. HEX triplet: BF, 55 and 97. RGB value is (191,85,151). Sum of RGB (Red+Green+Blue) = 191+85+151=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5597 is #40AA68. Grayscale: #7C7C7C. Windows color (decimal): -4237929 or 9917887. OLE color: 9917887.

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

Color convert

RGB19185151-
CMYK00.550.210.25
HSL322.64º45.3%54.12%-
HSV(B)322.64º55.5%74.9%-
XYZ30.3219.8131.5-
YUV124.22143.12175.63-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 85 (33.59% from 255) = 19.91%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=44.73%
G=19.91%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918515100.550.210.25322.6445.354.12
HexBF559703715191432d36
Octal27712522706725315035566
Binary1011111110101011001011101101111010111001101000011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5597; }

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

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

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

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

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

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

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

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