#BF578C

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

Shades of Mulberry #BF578C

Tints of Mulberry #BF578C

Color information

#BF578C (or 0xBF578C) is unknown color: approx Mulberry. HEX triplet: BF, 57 and 8C. RGB value is (191,87,140). Sum of RGB (Red+Green+Blue) = 191+87+140=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 87 (34.38% from 255 or 20.81% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF578C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF578C is #40A873. Grayscale: #7C7C7C. Windows color (decimal): -4237428 or 9197503. OLE color: 9197503.

HSL color Cylindrical-coordinate representation of color #BF578C: hue angle of 329.42º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF578C is Cyan = 0, Magento = 0.54, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB19187140-
CMYK00.540.270.25
HSL329.42º44.83%54.51%-
HSV(B)329.42º54.45%74.9%-
XYZ29.6319.7927.07-
YUV124.14136.96175.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 87 (34.38% from 255) = 20.81%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=45.69%
G=20.81%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918714000.540.270.25329.4244.8354.51
HexBF578C0361B191492d37
Octal27712721406633315115567
Binary1011111110101111000110001101101101111001101001001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF578C; }

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

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

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

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

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

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

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

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