#BF4F8C

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

Shades of Mulberry #BF4F8C

Tints of Mulberry #BF4F8C

Color information

#BF4F8C (or 0xBF4F8C) is unknown color: approx Mulberry. HEX triplet: BF, 4F and 8C. RGB value is (191,79,140). Sum of RGB (Red+Green+Blue) = 191+79+140=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4F8C is #40B073. Grayscale: #777777. Windows color (decimal): -4239476 or 9195455. OLE color: 9195455.

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

Color convert

RGB19179140-
CMYK00.590.270.25
HSL327.32º46.67%52.94%-
HSV(B)327.32º58.64%74.9%-
XYZ29.0218.5626.86-
YUV119.44139.61179.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 79 (31.25% from 255) = 19.27%
BLUE value IS 140 (55.08% from 255) = 34.15%
R=46.59%
G=19.27%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917914000.590.270.25327.3246.6752.94
HexBF4F8C03B1B191472f35
Octal27711721407333315075765
Binary1011111110011111000110001110111101111001101000111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F8C; }

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

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

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

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

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

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

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

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