#BF4D8A

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

Shades of Mulberry #BF4D8A

Tints of Mulberry #BF4D8A

Color information

#BF4D8A (or 0xBF4D8A) is unknown color: approx Mulberry. HEX triplet: BF, 4D and 8A. RGB value is (191,77,138). Sum of RGB (Red+Green+Blue) = 191+77+138=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 138 (54.30% from 255 or 33.99% from 406); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D8A is #40B275. Grayscale: #757575. Windows color (decimal): -4239990 or 9063871. OLE color: 9063871.

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

Color convert

RGB19177138-
CMYK00.600.280.25
HSL327.89º47.11%52.55%-
HSV(B)327.89º59.69%74.9%-
XYZ28.7318.2226.05-
YUV118.04139.27180.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.04%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 138 (54.30% from 255) = 33.99%
R=47.04%
G=18.97%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917713800.600.280.25327.8947.1152.55
HexBF4D8A03C1C191482f35
Octal27711521207434315105765
Binary1011111110011011000101001111001110011001101001000101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D8A; }

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

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

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

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

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

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

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

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