#BF479A

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

Shades of Mulberry #BF479A

Tints of Mulberry #BF479A

Color information

#BF479A (or 0xBF479A) is unknown color: approx Mulberry. HEX triplet: BF, 47 and 9A. RGB value is (191,71,154). Sum of RGB (Red+Green+Blue) = 191+71+154=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 71 (28.12% from 255 or 17.07% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF479A is #40B865. Grayscale: #747474. Windows color (decimal): -4241510 or 10110911. OLE color: 10110911.

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

Color convert

RGB19171154-
CMYK00.630.190.25
HSL318.5º48.39%51.37%-
HSV(B)318.5º62.83%74.9%-
XYZ29.5717.9232.47-
YUV116.34149.26181.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 71 (28.12% from 255) = 17.07%
BLUE value IS 154 (60.55% from 255) = 37.02%
R=45.91%
G=17.07%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917115400.630.190.25318.548.3951.37
HexBF479A03F131913e3033
Octal27710723207723314766063
Binary1011111110001111001101001111111001111001100111110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF479A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF479A; }

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

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

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

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

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

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

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

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