#BF428C

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

Shades of Mulberry #BF428C

Tints of Mulberry #BF428C

Color information

#BF428C (or 0xBF428C) is unknown color: approx Mulberry. HEX triplet: BF, 42 and 8C. RGB value is (191,66,140). Sum of RGB (Red+Green+Blue) = 191+66+140=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF428C is #40BD73. Grayscale: #6F6F6F. Windows color (decimal): -4242804 or 9192127. OLE color: 9192127.

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

Color convert

RGB19166140-
CMYK00.650.270.25
HSL324.48º49.41%50.39%-
HSV(B)324.48º65.45%74.9%-
XYZ28.1716.8726.58-
YUV111.81143.91184.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.11%
GREEN value IS 66 (26.17% from 255) = 16.62%
BLUE value IS 140 (55.08% from 255) = 35.26%
R=48.11%
G=16.62%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916614000.650.270.25324.4849.4150.39
HexBF428C0411B191443132
Octal277102214010133315046162
Binary10111111100001010001100010000011101111001101000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF428C; }

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

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

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

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

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

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

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

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