#BF4D88

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

Shades of Mulberry #BF4D88

Tints of Mulberry #BF4D88

Color information

#BF4D88 (or 0xBF4D88) is unknown color: approx Mulberry. HEX triplet: BF, 4D and 88. RGB value is (191,77,136). Sum of RGB (Red+Green+Blue) = 191+77+136=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4D88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF4D88 is #40B277. Grayscale: #757575. Windows color (decimal): -4239992 or 8932799. OLE color: 8932799.

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

Color convert

RGB19177136-
CMYK00.600.290.25
HSL328.95º47.11%52.55%-
HSV(B)328.95º59.69%74.9%-
XYZ28.5818.1625.29-
YUV117.81138.27180.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 77 (30.47% from 255) = 19.06%
BLUE value IS 136 (53.52% from 255) = 33.66%
R=47.28%
G=19.06%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917713600.600.290.25328.9547.1152.55
HexBF4D8803C1D191492f35
Octal27711521007435315115765
Binary1011111110011011000100001111001110111001101001001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4D88; }

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

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

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

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

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

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

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

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