#BF488C

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

Shades of Mulberry #BF488C

Tints of Mulberry #BF488C

Color information

#BF488C (or 0xBF488C) is unknown color: approx Mulberry. HEX triplet: BF, 48 and 8C. RGB value is (191,72,140). Sum of RGB (Red+Green+Blue) = 191+72+140=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 72 (28.52% from 255 or 17.87% from 403); Blue value is 140 (55.08% from 255 or 34.74% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF488C is #40B773. Grayscale: #737373. Windows color (decimal): -4241268 or 9193663. OLE color: 9193663.

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

Color convert

RGB19172140-
CMYK00.620.270.25
HSL325.71º48.18%51.57%-
HSV(B)325.71º62.3%74.9%-
XYZ28.5417.626.7-
YUV115.33141.92181.97-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 72 (28.52% from 255) = 17.87%
BLUE value IS 140 (55.08% from 255) = 34.74%
R=47.39%
G=17.87%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917214000.620.270.25325.7148.1851.57
HexBF488C03E1B191463034
Octal27711021407633315066064
Binary1011111110010001000110001111101101111001101000110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF488C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF488C; }

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

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

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

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

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

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

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

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