#BC589D

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

Shades of Mulberry #BC589D

Tints of Mulberry #BC589D

Color information

#BC589D (or 0xBC589D) is unknown color: approx Mulberry. HEX triplet: BC, 58 and 9D. RGB value is (188,88,157). Sum of RGB (Red+Green+Blue) = 188+88+157=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC589D is #43A762. Grayscale: #7D7D7D. Windows color (decimal): -4433763 or 10311868. OLE color: 10311868.

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

Color convert

RGB18888157-
CMYK00.530.160.26
HSL318.6º42.74%54.12%-
HSV(B)318.6º53.19%73.73%-
XYZ30.3120.1134.18-
YUV125.77145.63172.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=43.42%
G=20.32%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888815700.530.160.26318.642.7454.12
HexBC589D035101A13f2b36
Octal27413023506520324775366
Binary1011110010110001001110101101011000011010100111111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC589D; }

 p { color: rgb(188,88,157); }

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

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

 a { background-color: rgb(188,88,157); }

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

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

 span { border-color: rgb(188,88,157); }

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