#BC528D

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

Shades of Mulberry #BC528D

Tints of Mulberry #BC528D

Color information

#BC528D (or 0xBC528D) is unknown color: approx Mulberry. HEX triplet: BC, 52 and 8D. RGB value is (188,82,141). Sum of RGB (Red+Green+Blue) = 188+82+141=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 82 (32.42% from 255 or 19.95% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC528D is #43AD72. Grayscale: #787878. Windows color (decimal): -4435315 or 9261756. OLE color: 9261756.

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

Color convert

RGB18882141-
CMYK00.560.250.26
HSL326.6º44.17%52.94%-
HSV(B)326.6º56.38%73.73%-
XYZ28.5618.6527.29-
YUV120.42139.62176.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.74%
GREEN value IS 82 (32.42% from 255) = 19.95%
BLUE value IS 141 (55.47% from 255) = 34.31%
R=45.74%
G=19.95%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888214100.560.250.26326.644.1752.94
HexBC528D038191A1472c35
Octal27412221507031325075465
Binary1011110010100101000110101110001100111010101000111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC528D; }

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

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

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

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

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

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

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

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