#BF518F

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

Shades of Mulberry #BF518F

Tints of Mulberry #BF518F

Color information

#BF518F (or 0xBF518F) is unknown color: approx Mulberry. HEX triplet: BF, 51 and 8F. RGB value is (191,81,143). Sum of RGB (Red+Green+Blue) = 191+81+143=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 143 (56.25% from 255 or 34.46% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF518F is #40AE70. Grayscale: #787878. Windows color (decimal): -4238961 or 9392575. OLE color: 9392575.

HSL color Cylindrical-coordinate representation of color #BF518F: hue angle of 326.18º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF518F is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB19181143-
CMYK00.580.250.25
HSL326.18º46.22%53.33%-
HSV(B)326.18º57.59%74.9%-
XYZ29.3918.9428.09-
YUV120.96140.44177.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 81 (32.03% from 255) = 19.52%
BLUE value IS 143 (56.25% from 255) = 34.46%
R=46.02%
G=19.52%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918114300.580.250.25326.1846.2253.33
HexBF518F03A19191462e35
Octal27712121707231315065665
Binary1011111110100011000111101110101100111001101000110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF518F; }

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

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

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

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

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

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

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

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