#BF549A

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

Shades of Mulberry #BF549A

Tints of Mulberry #BF549A

Color information

#BF549A (or 0xBF549A) is unknown color: approx Mulberry. HEX triplet: BF, 54 and 9A. RGB value is (191,84,154). Sum of RGB (Red+Green+Blue) = 191+84+154=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 84 (33.20% from 255 or 19.58% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF549A is #40AB65. Grayscale: #7B7B7B. Windows color (decimal): -4238182 or 10114239. OLE color: 10114239.

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

Color convert

RGB19184154-
CMYK00.560.190.25
HSL320.75º45.53%53.92%-
HSV(B)320.75º56.02%74.9%-
XYZ30.4919.7532.78-
YUV123.97144.95175.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 84 (33.20% from 255) = 19.58%
BLUE value IS 154 (60.55% from 255) = 35.90%
R=44.52%
G=19.58%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918415400.560.190.25320.7545.5353.92
HexBF549A03813191412e36
Octal27712423207023315015666
Binary1011111110101001001101001110001001111001101000001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF549A; }

 p { color: rgb(191,84,154); }

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

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

 a { background-color: rgb(191,84,154); }

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

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

 span { border-color: rgb(191,84,154); }

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