#BF4185

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

Shades of Mulberry #BF4185

Tints of Mulberry #BF4185

Color information

#BF4185 (or 0xBF4185) is unknown color: approx Mulberry. HEX triplet: BF, 41 and 85. RGB value is (191,65,133). Sum of RGB (Red+Green+Blue) = 191+65+133=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 65 (25.78% from 255 or 16.71% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4185 is #40BE7A. Grayscale: #6E6E6E. Windows color (decimal): -4243067 or 8733119. OLE color: 8733119.

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

Color convert

RGB19165133-
CMYK00.660.300.25
HSL327.62º49.61%50.2%-
HSV(B)327.62º65.97%74.9%-
XYZ27.6116.5523.93-
YUV110.43140.74185.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.10%
GREEN value IS 65 (25.78% from 255) = 16.71%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=49.10%
G=16.71%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916513300.660.300.25327.6249.6150.2
HexBF41850421E191483232
Octal277101205010236315106262
Binary10111111100000110000101010000101111011001101001000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4185; }

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

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

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

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

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

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

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

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