#BC588A

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

Shades of Mulberry #BC588A

Tints of Mulberry #BC588A

Color information

#BC588A (or 0xBC588A) is unknown color: approx Mulberry. HEX triplet: BC, 58 and 8A. RGB value is (188,88,138). Sum of RGB (Red+Green+Blue) = 188+88+138=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 88 (34.77% from 255 or 21.26% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC588A is #43A775. Grayscale: #7B7B7B. Windows color (decimal): -4433782 or 9066684. OLE color: 9066684.

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

Color convert

RGB18888138-
CMYK00.530.270.26
HSL330º42.74%54.12%-
HSV(B)330º53.19%73.73%-
XYZ28.8219.5126.29-
YUV123.6136.13173.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 88 (34.77% from 255) = 21.26%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=45.41%
G=21.26%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888813800.530.270.2633042.7454.12
HexBC588A0351B1A14a2b36
Octal27413021206533325125366
Binary1011110010110001000101001101011101111010101001010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC588A; }

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

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

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

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

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

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

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

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