#BF5F8F

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

Shades of Mulberry #BF5F8F

Tints of Mulberry #BF5F8F

Color information

#BF5F8F (or 0xBF5F8F) is unknown color: approx Mulberry. HEX triplet: BF, 5F and 8F. RGB value is (191,95,143). Sum of RGB (Red+Green+Blue) = 191+95+143=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 95 (37.5% from 255 or 22.14% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5F8F is #40A070. Grayscale: #818181. Windows color (decimal): -4235377 or 9396159. OLE color: 9396159.

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

Color convert

RGB19195143-
CMYK00.500.250.25
HSL330º42.86%56.08%-
HSV(B)330º50.26%74.9%-
XYZ30.5421.2428.48-
YUV129.18135.8172.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 95 (37.5% from 255) = 22.14%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=44.52%
G=22.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919514300.500.250.2533042.8656.08
HexBF5F8F032191914a2b38
Octal27713721706231315125370
Binary1011111110111111000111101100101100111001101001010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F8F; }

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

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

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

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

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

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

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

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