#BF4D84

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

Shades of Mulberry #BF4D84

Tints of Mulberry #BF4D84

Color information

#BF4D84 (or 0xBF4D84) is unknown color: approx Mulberry. HEX triplet: BF, 4D and 84. RGB value is (191,77,132). Sum of RGB (Red+Green+Blue) = 191+77+132=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D84 is #40B27B. Grayscale: #757575. Windows color (decimal): -4239996 or 8670655. OLE color: 8670655.

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

Color convert

RGB19177132-
CMYK00.600.310.25
HSL331.05º47.11%52.55%-
HSV(B)331.05º59.69%74.9%-
XYZ28.318.0523.82-
YUV117.36136.27180.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.75%
GREEN value IS 77 (30.47% from 255) = 19.25%
BLUE value IS 132 (51.95% from 255) = 33%
R=47.75%
G=19.25%
B=33%

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
Decimal1917713200.600.310.25331.0547.1152.55
HexBF4D8403C1F1914b2f35
Octal27711520407437315135765
Binary1011111110011011000010001111001111111001101001011101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D84; }

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

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

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

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

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

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

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

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