#BC529F

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

Shades of Mulberry #BC529F

Tints of Mulberry #BC529F

Color information

#BC529F (or 0xBC529F) is unknown color: approx Mulberry. HEX triplet: BC, 52 and 9F. RGB value is (188,82,159). Sum of RGB (Red+Green+Blue) = 188+82+159=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC529F is #43AD60. Grayscale: #7A7A7A. Windows color (decimal): -4435297 or 10441404. OLE color: 10441404.

HSL color Cylindrical-coordinate representation of color #BC529F: hue angle of 316.42º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC529F is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB18882159-
CMYK00.560.150.26
HSL316.42º44.17%52.94%-
HSV(B)316.42º56.38%73.73%-
XYZ30.0119.2334.93-
YUV122.47148.62174.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 159 (62.5% from 255) = 37.06%
R=43.82%
G=19.11%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888215900.560.150.26316.4244.1752.94
HexBC529F038F1A13c2c35
Octal27412223707017324745465
Binary101111001010010100111110111000111111010100111100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC529F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC529F; }

 p { color: rgb(188,82,159); }

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

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

 a { background-color: rgb(188,82,159); }

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

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

 span { border-color: rgb(188,82,159); }

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