#BF4291

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

Shades of Mulberry #BF4291

Tints of Mulberry #BF4291

Color information

#BF4291 (or 0xBF4291) is unknown color: approx Mulberry. HEX triplet: BF, 42 and 91. RGB value is (191,66,145). Sum of RGB (Red+Green+Blue) = 191+66+145=402 (53% of max value = 765). Red value is 191 (75% from 255 or 47.51% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4291 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4291 is #40BD6E. Grayscale: #707070. Windows color (decimal): -4242799 or 9519807. OLE color: 9519807.

HSL color Cylindrical-coordinate representation of color #BF4291: hue angle of 322.08º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4291 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB19166145-
CMYK00.650.240.25
HSL322.08º49.41%50.39%-
HSV(B)322.08º65.45%74.9%-
XYZ28.5417.0228.57-
YUV112.38146.41184.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.51%
GREEN value IS 66 (26.17% from 255) = 16.42%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=47.51%
G=16.42%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916614500.650.240.25322.0849.4150.39
HexBF429104118191423132
Octal277102221010130315026162
Binary10111111100001010010001010000011100011001101000010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4291; }

 p { color: rgb(191,66,145); }

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

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

 a { background-color: rgb(191,66,145); }

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

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

 span { border-color: rgb(191,66,145); }

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