#BF5F96

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

Shades of Mulberry #BF5F96

Tints of Mulberry #BF5F96

Color information

#BF5F96 (or 0xBF5F96) is unknown color: approx Mulberry. HEX triplet: BF, 5F and 96. RGB value is (191,95,150). Sum of RGB (Red+Green+Blue) = 191+95+150=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 95 (37.5% from 255 or 21.79% from 436); Blue value is 150 (58.98% from 255 or 34.40% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5F96 is #40A069. Grayscale: #818181. Windows color (decimal): -4235370 or 9854911. OLE color: 9854911.

HSL color Cylindrical-coordinate representation of color #BF5F96: hue angle of 325.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF5F96 is Cyan = 0, Magento = 0.50, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19195150-
CMYK00.500.210.25
HSL325.62º42.86%56.08%-
HSV(B)325.62º50.26%74.9%-
XYZ31.0821.4631.36-
YUV129.97139.3171.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 95 (37.5% from 255) = 21.79%
BLUE value IS 150 (58.98% from 255) = 34.40%
R=43.81%
G=21.79%
B=34.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919515000.500.210.25325.6242.8656.08
HexBF5F9603215191462b38
Octal27713722606225315065370
Binary1011111110111111001011001100101010111001101000110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F96; }

 p { color: rgb(191,95,150); }

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

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

 a { background-color: rgb(191,95,150); }

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

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

 span { border-color: rgb(191,95,150); }

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