#bf5f8d

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

Shades of Mulberry #BF5F8D

Tints of Mulberry #BF5F8D

Color information

#BF5F8D (or 0xBF5F8D) is unknown color: approx Mulberry. HEX triplet: BF, 5F and 8D. RGB value is (191,95,141). Sum of RGB (Red+Green+Blue) = 191+95+141=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 95 (37.5% from 255 or 22.25% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5F8D is #40A072. Grayscale: #808080. Windows color (decimal): -4235379 or 9265087. OLE color: 9265087.

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

Color convert

RGB19195141-
CMYK00.500.260.25
HSL331.25º42.86%56.08%-
HSV(B)331.25º50.26%74.9%-
XYZ30.3921.1827.69-
YUV128.95134.8172.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 95 (37.5% from 255) = 22.25%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=44.73%
G=22.25%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919514100.500.260.25331.2542.8656.08
HexBF5F8D0321A1914b2b38
Octal27713721506232315135370
Binary1011111110111111000110101100101101011001101001011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5f8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5f8d; }

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

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

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

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

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

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

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

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