#BF4F8E

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

Shades of Mulberry #BF4F8E

Tints of Mulberry #BF4F8E

Color information

#BF4F8E (or 0xBF4F8E) is unknown color: approx Mulberry. HEX triplet: BF, 4F and 8E. RGB value is (191,79,142). Sum of RGB (Red+Green+Blue) = 191+79+142=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 79 (31.25% from 255 or 19.17% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4F8E is #40B071. Grayscale: #777777. Windows color (decimal): -4239474 or 9326527. OLE color: 9326527.

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

Color convert

RGB19179142-
CMYK00.590.260.25
HSL326.25º46.67%52.94%-
HSV(B)326.25º58.64%74.9%-
XYZ29.1618.6227.65-
YUV119.67140.61178.88-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 79 (31.25% from 255) = 19.17%
BLUE value IS 142 (55.86% from 255) = 34.47%
R=46.36%
G=19.17%
B=34.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917914200.590.260.25326.2546.6752.94
HexBF4F8E03B1A191462f35
Octal27711721607332315065765
Binary1011111110011111000111001110111101011001101000110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F8E; }

 p { color: rgb(191,79,142); }

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

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

 a { background-color: rgb(191,79,142); }

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

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

 span { border-color: rgb(191,79,142); }

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