#BF428D

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

Shades of Mulberry #BF428D

Tints of Mulberry #BF428D

Color information

#BF428D (or 0xBF428D) is unknown color: approx Mulberry. HEX triplet: BF, 42 and 8D. RGB value is (191,66,141). Sum of RGB (Red+Green+Blue) = 191+66+141=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 66 (26.17% from 255 or 16.58% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF428D is #40BD72. Grayscale: #6F6F6F. Windows color (decimal): -4242803 or 9257663. OLE color: 9257663.

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

Color convert

RGB19166141-
CMYK00.650.260.25
HSL324º49.41%50.39%-
HSV(B)324º65.45%74.9%-
XYZ28.2416.926.97-
YUV111.92144.41184.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 66 (26.17% from 255) = 16.58%
BLUE value IS 141 (55.47% from 255) = 35.43%
R=47.99%
G=16.58%
B=35.43%

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
Decimal1916614100.650.260.2532449.4150.39
HexBF428D0411A191443132
Octal277102215010132315046162
Binary10111111100001010001101010000011101011001101000100110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF428D; }

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

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

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

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

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

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

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

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