#BF529C

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

Shades of Mulberry #BF529C

Tints of Mulberry #BF529C

Color information

#BF529C (or 0xBF529C) is unknown color: approx Mulberry. HEX triplet: BF, 52 and 9C. RGB value is (191,82,156). Sum of RGB (Red+Green+Blue) = 191+82+156=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF529C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF529C is #40AD63. Grayscale: #7A7A7A. Windows color (decimal): -4238692 or 10244799. OLE color: 10244799.

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

Color convert

RGB19182156-
CMYK00.570.180.25
HSL319.27º45.99%53.53%-
HSV(B)319.27º57.07%74.9%-
XYZ30.519.5133.61-
YUV123.03146.61176.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 156 (61.33% from 255) = 36.36%
R=44.52%
G=19.11%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918215600.570.180.25319.2745.9953.53
HexBF529C039121913f2e36
Octal27712223407122314775666
Binary1011111110100101001110001110011001011001100111111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF529C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF529C; }

 p { color: rgb(191,82,156); }

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

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

 a { background-color: rgb(191,82,156); }

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

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

 span { border-color: rgb(191,82,156); }

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