#BC578D

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

Shades of Mulberry #BC578D

Tints of Mulberry #BC578D

Color information

#BC578D (or 0xBC578D) is unknown color: approx Mulberry. HEX triplet: BC, 57 and 8D. RGB value is (188,87,141). Sum of RGB (Red+Green+Blue) = 188+87+141=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 87 (34.38% from 255 or 20.91% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC578D is #43A872. Grayscale: #7B7B7B. Windows color (decimal): -4434035 or 9263036. OLE color: 9263036.

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

Color convert

RGB18887141-
CMYK00.540.250.26
HSL327.92º42.98%53.92%-
HSV(B)327.92º53.72%73.73%-
XYZ28.9519.4327.42-
YUV123.35137.96174.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 87 (34.38% from 255) = 20.91%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=45.19%
G=20.91%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888714100.540.250.26327.9242.9853.92
HexBC578D036191A1482b36
Octal27412721506631325105366
Binary1011110010101111000110101101101100111010101001000101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC578D; }

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

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

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

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

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

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

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

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