#BF4D83

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

Shades of Mulberry #BF4D83

Tints of Mulberry #BF4D83

Color information

#BF4D83 (or 0xBF4D83) is unknown color: approx Mulberry. HEX triplet: BF, 4D and 83. RGB value is (191,77,131). Sum of RGB (Red+Green+Blue) = 191+77+131=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D83 is #40B27C. Grayscale: #757575. Windows color (decimal): -4239997 or 8605119. OLE color: 8605119.

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

Color convert

RGB19177131-
CMYK00.600.310.25
HSL331.58º47.11%52.55%-
HSV(B)331.58º59.69%74.9%-
XYZ28.2418.0223.46-
YUV117.24135.77180.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 77 (30.47% from 255) = 19.30%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=47.87%
G=19.30%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917713100.600.310.25331.5847.1152.55
HexBF4D8303C1F1914c2f35
Octal27711520307437315145765
Binary1011111110011011000001101111001111111001101001100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D83; }

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

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

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

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

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

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

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

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