#BF56A3

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

Shades of Mulberry #BF56A3

Tints of Mulberry #BF56A3

Color information

#BF56A3 (or 0xBF56A3) is unknown color: approx Mulberry. HEX triplet: BF, 56 and A3. RGB value is (191,86,163). Sum of RGB (Red+Green+Blue) = 191+86+163=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 163 (64.06% from 255 or 37.05% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF56A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF56A3 is #40A95C. Grayscale: #7D7D7D. Windows color (decimal): -4237661 or 10704575. OLE color: 10704575.

HSL color Cylindrical-coordinate representation of color #BF56A3: hue angle of 316º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF56A3 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB19186163-
CMYK00.550.150.25
HSL316º45.06%54.31%-
HSV(B)316º54.97%74.9%-
XYZ31.4220.3836.93-
YUV126.17148.79174.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 86 (33.98% from 255) = 19.55%
BLUE value IS 163 (64.06% from 255) = 37.05%
R=43.41%
G=19.55%
B=37.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918616300.550.150.2531645.0654.31
HexBF56A3037F1913c2d36
Octal27712624306717314745566
Binary101111111010110101000110110111111111001100111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF56A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF56A3; }

 p { color: rgb(191,86,163); }

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

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

 a { background-color: rgb(191,86,163); }

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

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

 span { border-color: rgb(191,86,163); }

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