#BC428D

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

Shades of Mulberry #BC428D

Tints of Mulberry #BC428D

Color information

#BC428D (or 0xBC428D) is unknown color: approx Mulberry. HEX triplet: BC, 42 and 8D. RGB value is (188,66,141). Sum of RGB (Red+Green+Blue) = 188+66+141=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC428D is #43BD72. Grayscale: #6E6E6E. Windows color (decimal): -4439411 or 9257660. OLE color: 9257660.

HSL color Cylindrical-coordinate representation of color #BC428D: hue angle of 323.11º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC428D is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB18866141-
CMYK00.650.250.26
HSL323.11º48.03%49.8%-
HSV(B)323.11º64.89%73.73%-
XYZ27.4916.5126.94-
YUV111.03144.92182.9-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.59%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=47.59%
G=16.71%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886614100.650.250.26323.1148.0349.8
HexBC428D041191A1433032
Octal274102215010131325036062
Binary10111100100001010001101010000011100111010101000011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC428D; }

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

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

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

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

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

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

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

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