#BF5AA1

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

Shades of Mulberry #BF5AA1

Tints of Mulberry #BF5AA1

Color information

#BF5AA1 (or 0xBF5AA1) is unknown color: approx Mulberry. HEX triplet: BF, 5A and A1. RGB value is (191,90,161). Sum of RGB (Red+Green+Blue) = 191+90+161=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5AA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5AA1 is #40A55E. Grayscale: #808080. Windows color (decimal): -4236639 or 10574527. OLE color: 10574527.

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

Color convert

RGB19190161-
CMYK00.530.160.25
HSL317.82º44.1%55.1%-
HSV(B)317.82º52.88%74.9%-
XYZ31.5820.9636.1-
YUV128.29146.46172.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.21%
GREEN value IS 90 (35.55% from 255) = 20.36%
BLUE value IS 161 (63.28% from 255) = 36.43%
R=43.21%
G=20.36%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919016100.530.160.25317.8244.155.1
HexBF5AA1035101913e2c37
Octal27713224106520314765467
Binary1011111110110101010000101101011000011001100111110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5AA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5AA1; }

 p { color: rgb(191,90,161); }

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

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

 a { background-color: rgb(191,90,161); }

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

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

 span { border-color: rgb(191,90,161); }

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