#BC578A

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

Shades of Mulberry #BC578A

Tints of Mulberry #BC578A

Color information

#BC578A (or 0xBC578A) is unknown color: approx Mulberry. HEX triplet: BC, 57 and 8A. RGB value is (188,87,138). Sum of RGB (Red+Green+Blue) = 188+87+138=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 87 (34.38% from 255 or 21.07% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC578A is #43A875. Grayscale: #7A7A7A. Windows color (decimal): -4434038 or 9066428. OLE color: 9066428.

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

Color convert

RGB18887138-
CMYK00.540.270.26
HSL329.7º42.98%53.92%-
HSV(B)329.7º53.72%73.73%-
XYZ28.7319.3426.26-
YUV123.01136.46174.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.52%
GREEN value IS 87 (34.38% from 255) = 21.07%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=45.52%
G=21.07%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888713800.540.270.26329.742.9853.92
HexBC578A0361B1A14a2b36
Octal27412721206633325125366
Binary1011110010101111000101001101101101111010101001010101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC578A; }

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

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

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

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

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

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

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

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