#BF4F83

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

Shades of Mulberry #BF4F83

Tints of Mulberry #BF4F83

Color information

#BF4F83 (or 0xBF4F83) is unknown color: approx Mulberry. HEX triplet: BF, 4F and 83. RGB value is (191,79,131). Sum of RGB (Red+Green+Blue) = 191+79+131=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 79 (31.25% from 255 or 19.70% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4F83 is #40B07C. Grayscale: #767676. Windows color (decimal): -4239485 or 8605631. OLE color: 8605631.

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

Color convert

RGB19179131-
CMYK00.590.310.25
HSL332.14º46.67%52.94%-
HSV(B)332.14º58.64%74.9%-
XYZ28.3818.3123.51-
YUV118.42135.11179.77-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.63%
GREEN value IS 79 (31.25% from 255) = 19.70%
BLUE value IS 131 (51.56% from 255) = 32.67%
R=47.63%
G=19.70%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917913100.590.310.25332.1446.6752.94
HexBF4F8303B1F1914c2f35
Octal27711720307337315145765
Binary1011111110011111000001101110111111111001101001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4F83; }

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

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

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

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

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

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

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

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