#BF4188

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

Shades of Mulberry #BF4188

Tints of Mulberry #BF4188

Color information

#BF4188 (or 0xBF4188) is unknown color: approx Mulberry. HEX triplet: BF, 41 and 88. RGB value is (191,65,136). Sum of RGB (Red+Green+Blue) = 191+65+136=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 65 (25.78% from 255 or 16.58% from 392); Blue value is 136 (53.52% from 255 or 34.69% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4188 is #40BE77. Grayscale: #6E6E6E. Windows color (decimal): -4243064 or 8929727. OLE color: 8929727.

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

Color convert

RGB19165136-
CMYK00.660.290.25
HSL326.19º49.61%50.2%-
HSV(B)326.19º65.97%74.9%-
XYZ27.8216.6325.04-
YUV110.77142.24185.23-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 65 (25.78% from 255) = 16.58%
BLUE value IS 136 (53.52% from 255) = 34.69%
R=48.72%
G=16.58%
B=34.69%

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
Decimal1916513600.660.290.25326.1949.6150.2
HexBF41880421D191463232
Octal277101210010235315066262
Binary10111111100000110001000010000101110111001101000110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF4188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF4188; }

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

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

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

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

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

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

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

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