#BF428E

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

Shades of Mulberry #BF428E

Tints of Mulberry #BF428E

Color information

#BF428E (or 0xBF428E) is unknown color: approx Mulberry. HEX triplet: BF, 42 and 8E. RGB value is (191,66,142). Sum of RGB (Red+Green+Blue) = 191+66+142=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 191 - color contains mainly: red. Hex color #BF428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF428E is #40BD71. Grayscale: #6F6F6F. Windows color (decimal): -4242802 or 9323199. OLE color: 9323199.

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

Color convert

RGB19166142-
CMYK00.650.260.25
HSL323.52º49.41%50.39%-
HSV(B)323.52º65.45%74.9%-
XYZ28.3216.9327.37-
YUV112.04144.91184.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.87%
GREEN value IS 66 (26.17% from 255) = 16.54%
BLUE value IS 142 (55.86% from 255) = 35.59%
R=47.87%
G=16.54%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916614200.650.260.25323.5249.4150.39
HexBF428E0411A191443132
Octal277102216010132315046162
Binary10111111100001010001110010000011101011001101000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF428E; }

 p { color: rgb(191,66,142); }

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

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

 a { background-color: rgb(191,66,142); }

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

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

 span { border-color: rgb(191,66,142); }

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