#BF5B97

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

Shades of Mulberry #BF5B97

Tints of Mulberry #BF5B97

Color information

#BF5B97 (or 0xBF5B97) is unknown color: approx Mulberry. HEX triplet: BF, 5B and 97. RGB value is (191,91,151). Sum of RGB (Red+Green+Blue) = 191+91+151=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 151 (59.38% from 255 or 34.87% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5B97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5B97 is #40A468. Grayscale: #7F7F7F. Windows color (decimal): -4236393 or 9919423. OLE color: 9919423.

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

Color convert

RGB19191151-
CMYK00.520.210.25
HSL324º43.86%55.29%-
HSV(B)324º52.36%74.9%-
XYZ30.8120.7931.67-
YUV127.74141.13173.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 151 (59.38% from 255) = 34.87%
R=44.11%
G=21.02%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919115100.520.210.2532443.8655.29
HexBF5B9703415191442c37
Octal27713322706425315045467
Binary1011111110110111001011101101001010111001101000100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5B97; }

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

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

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

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

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

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

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

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