#BF427F

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

Shades of Mulberry #BF427F

Tints of Mulberry #BF427F

Color information

#BF427F (or 0xBF427F) is unknown color: approx Mulberry. HEX triplet: BF, 42 and 7F. RGB value is (191,66,127). Sum of RGB (Red+Green+Blue) = 191+66+127=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 66 (26.17% from 255 or 17.19% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF427F is #40BD80. Grayscale: #6E6E6E. Windows color (decimal): -4242817 or 8340159. OLE color: 8340159.

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

Color convert

RGB19166127-
CMYK00.650.340.25
HSL330.72º49.41%50.39%-
HSV(B)330.72º65.45%74.9%-
XYZ27.2616.5121.83-
YUV110.33137.41185.54-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 66 (26.17% from 255) = 17.19%
BLUE value IS 127 (50% from 255) = 33.07%
R=49.74%
G=17.19%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916612700.650.340.25330.7249.4150.39
HexBF427F041221914b3132
Octal277102177010142315136162
Binary10111111100001011111110100000110001011001101001011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF427F; }

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

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

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

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

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

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

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

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