#BF5AA3

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

Shades of Mulberry #BF5AA3

Tints of Mulberry #BF5AA3

Color information

#BF5AA3 (or 0xBF5AA3) is unknown color: approx Mulberry. HEX triplet: BF, 5A and A3. RGB value is (191,90,163). Sum of RGB (Red+Green+Blue) = 191+90+163=444 (58% of max value = 765). Red value is 191 (75% from 255 or 43.02% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 163 (64.06% from 255 or 36.71% from 444); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5AA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5AA3 is #40A55C. Grayscale: #808080. Windows color (decimal): -4236637 or 10705599. OLE color: 10705599.

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

Color convert

RGB19190163-
CMYK00.530.150.25
HSL316.63º44.1%55.1%-
HSV(B)316.63º52.88%74.9%-
XYZ31.7521.0337.04-
YUV128.52147.46172.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.02%
GREEN value IS 90 (35.55% from 255) = 20.27%
BLUE value IS 163 (64.06% from 255) = 36.71%
R=43.02%
G=20.27%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919016300.530.150.25316.6344.155.1
HexBF5AA3035F1913d2c37
Octal27713224306517314755467
Binary101111111011010101000110110101111111001100111101101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5AA3; }

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

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

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

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

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

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

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

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