#BF5F9F

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

Shades of Mulberry #BF5F9F

Tints of Mulberry #BF5F9F

Color information

#BF5F9F (or 0xBF5F9F) is unknown color: approx Mulberry. HEX triplet: BF, 5F and 9F. RGB value is (191,95,159). Sum of RGB (Red+Green+Blue) = 191+95+159=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5F9F is #40A060. Grayscale: #828282. Windows color (decimal): -4235361 or 10444735. OLE color: 10444735.

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

Color convert

RGB19195159-
CMYK00.500.170.25
HSL320º42.86%56.08%-
HSV(B)320º50.26%74.9%-
XYZ31.8421.7635.32-
YUV131143.8170.8-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 95 (37.5% from 255) = 21.35%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=42.92%
G=21.35%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919515900.500.170.2532042.8656.08
HexBF5F9F03211191402b38
Octal27713723706221315005370
Binary1011111110111111001111101100101000111001101000000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F9F; }

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

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

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

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

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

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

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

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