#BF4795

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

Shades of Mulberry #BF4795

Tints of Mulberry #BF4795

Color information

#BF4795 (or 0xBF4795) is unknown color: approx Mulberry. HEX triplet: BF, 47 and 95. RGB value is (191,71,149). Sum of RGB (Red+Green+Blue) = 191+71+149=411 (54% of max value = 765). Red value is 191 (75% from 255 or 46.47% from 411); Green value is 71 (28.12% from 255 or 17.27% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4795 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4795 is #40B86A. Grayscale: #737373. Windows color (decimal): -4241515 or 9783231. OLE color: 9783231.

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

Color convert

RGB19171149-
CMYK00.630.220.25
HSL321º48.39%51.37%-
HSV(B)321º62.83%74.9%-
XYZ29.1617.7530.32-
YUV115.77146.76181.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.47%
GREEN value IS 71 (28.12% from 255) = 17.27%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=46.47%
G=17.27%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917114900.630.220.2532148.3951.37
HexBF479503F16191413033
Octal27710722507726315016063
Binary1011111110001111001010101111111011011001101000001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4795; }

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

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

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

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

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

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

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

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