#BF4F81

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

Shades of Mulberry #BF4F81

Tints of Mulberry #BF4F81

Color information

#BF4F81 (or 0xBF4F81) is unknown color: approx Mulberry. HEX triplet: BF, 4F and 81. RGB value is (191,79,129). Sum of RGB (Red+Green+Blue) = 191+79+129=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 79 (31.25% from 255 or 19.80% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4F81 is #40B07E. Grayscale: #767676. Windows color (decimal): -4239487 or 8474559. OLE color: 8474559.

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

Color convert

RGB19179129-
CMYK00.590.320.25
HSL333.21º46.67%52.94%-
HSV(B)333.21º58.64%74.9%-
XYZ28.2418.2522.8-
YUV118.19134.11179.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 79 (31.25% from 255) = 19.80%
BLUE value IS 129 (50.78% from 255) = 32.33%
R=47.87%
G=19.80%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917912900.590.320.25333.2146.6752.94
HexBF4F8103B201914d2f35
Octal27711720107340315155765
Binary10111111100111110000001011101110000011001101001101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F81; }

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

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

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

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

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

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

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

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