#BF418F

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

Shades of Mulberry #BF418F

Tints of Mulberry #BF418F

Color information

#BF418F (or 0xBF418F) is unknown color: approx Mulberry. HEX triplet: BF, 41 and 8F. RGB value is (191,65,143). Sum of RGB (Red+Green+Blue) = 191+65+143=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 65 (25.78% from 255 or 16.29% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF418F is #40BE70. Grayscale: #6F6F6F. Windows color (decimal): -4243057 or 9388479. OLE color: 9388479.

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

Color convert

RGB19165143-
CMYK00.660.250.25
HSL322.86º49.61%50.2%-
HSV(B)322.86º65.97%74.9%-
XYZ28.3316.8427.74-
YUV111.57145.74184.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 65 (25.78% from 255) = 16.29%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=47.87%
G=16.29%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916514300.660.250.25322.8649.6150.2
HexBF418F04219191433232
Octal277101217010231315036262
Binary10111111100000110001111010000101100111001101000011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF418F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF418F; }

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

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

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

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

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

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

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

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