#BF488D

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

Shades of Mulberry #BF488D

Tints of Mulberry #BF488D

Color information

#BF488D (or 0xBF488D) is unknown color: approx Mulberry. HEX triplet: BF, 48 and 8D. RGB value is (191,72,141). Sum of RGB (Red+Green+Blue) = 191+72+141=404 (53% of max value = 765). Red value is 191 (75% from 255 or 47.28% from 404); Green value is 72 (28.52% from 255 or 17.82% from 404); Blue value is 141 (55.47% from 255 or 34.90% from 404); Max value from RGB is 191 - color contains mainly: red. Hex color #BF488D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF488D is #40B772. Grayscale: #737373. Windows color (decimal): -4241267 or 9259199. OLE color: 9259199.

HSL color Cylindrical-coordinate representation of color #BF488D: hue angle of 325.21º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BF488D is Cyan = 0, Magento = 0.62, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19172141-
CMYK00.620.260.25
HSL325.21º48.18%51.57%-
HSV(B)325.21º62.3%74.9%-
XYZ28.6117.6327.1-
YUV115.45142.42181.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.28%
GREEN value IS 72 (28.52% from 255) = 17.82%
BLUE value IS 141 (55.47% from 255) = 34.90%
R=47.28%
G=17.82%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917214100.620.260.25325.2148.1851.57
HexBF488D03E1A191453034
Octal27711021507632315056064
Binary1011111110010001000110101111101101011001101000101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF488D; }

 p { color: rgb(191,72,141); }

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

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

 a { background-color: rgb(191,72,141); }

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

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

 span { border-color: rgb(191,72,141); }

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