#BF578A

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

Shades of Mulberry #BF578A

Tints of Mulberry #BF578A

Color information

#BF578A (or 0xBF578A) is unknown color: approx Mulberry. HEX triplet: BF, 57 and 8A. RGB value is (191,87,138). Sum of RGB (Red+Green+Blue) = 191+87+138=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF578A is #40A875. Grayscale: #7B7B7B. Windows color (decimal): -4237430 or 9066431. OLE color: 9066431.

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

Color convert

RGB19187138-
CMYK00.540.280.25
HSL330.58º44.83%54.51%-
HSV(B)330.58º54.45%74.9%-
XYZ29.4819.7326.3-
YUV123.91135.96175.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=45.91%
G=20.91%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918713800.540.280.25330.5844.8354.51
HexBF578A0361C1914b2d37
Octal27712721206634315135567
Binary1011111110101111000101001101101110011001101001011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF578A; }

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

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

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

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

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

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

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

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