#BF4187

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

Shades of Mulberry #BF4187

Tints of Mulberry #BF4187

Color information

#BF4187 (or 0xBF4187) is unknown color: approx Mulberry. HEX triplet: BF, 41 and 87. RGB value is (191,65,135). Sum of RGB (Red+Green+Blue) = 191+65+135=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4187 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4187 is #40BE78. Grayscale: #6E6E6E. Windows color (decimal): -4243065 or 8864191. OLE color: 8864191.

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

Color convert

RGB19165135-
CMYK00.660.290.25
HSL326.67º49.61%50.2%-
HSV(B)326.67º65.97%74.9%-
XYZ27.7516.6124.66-
YUV110.65141.74185.31-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 65 (25.78% from 255) = 16.62%
BLUE value IS 135 (53.12% from 255) = 34.53%
R=48.85%
G=16.62%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916513500.660.290.25326.6749.6150.2
HexBF41870421D191473232
Octal277101207010235315076262
Binary10111111100000110000111010000101110111001101000111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4187; }

 p { color: rgb(191,65,135); }

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

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

 a { background-color: rgb(191,65,135); }

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

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

 span { border-color: rgb(191,65,135); }

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