#BF4189

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

Shades of Mulberry #BF4189

Tints of Mulberry #BF4189

Color information

#BF4189 (or 0xBF4189) is unknown color: approx Mulberry. HEX triplet: BF, 41 and 89. RGB value is (191,65,137). Sum of RGB (Red+Green+Blue) = 191+65+137=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4189 is #40BE76. Grayscale: #6E6E6E. Windows color (decimal): -4243063 or 8995263. OLE color: 8995263.

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

Color convert

RGB19165137-
CMYK00.660.280.25
HSL325.71º49.61%50.2%-
HSV(B)325.71º65.97%74.9%-
XYZ27.8916.6625.41-
YUV110.88142.74185.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 65 (25.78% from 255) = 16.54%
BLUE value IS 137 (53.91% from 255) = 34.86%
R=48.60%
G=16.54%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916513700.660.280.25325.7149.6150.2
HexBF41890421C191463232
Octal277101211010234315066262
Binary10111111100000110001001010000101110011001101000110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4189; }

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

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

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

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

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

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

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

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