#BC60A0

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

Shades of Mulberry #BC60A0

Tints of Mulberry #BC60A0

Color information

#BC60A0 (or 0xBC60A0) is unknown color: approx Mulberry. HEX triplet: BC, 60 and A0. RGB value is (188,96,160). Sum of RGB (Red+Green+Blue) = 188+96+160=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 160 (62.89% from 255 or 36.04% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC60A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC60A0 is #439F5F. Grayscale: #828282. Windows color (decimal): -4431712 or 10510524. OLE color: 10510524.

HSL color Cylindrical-coordinate representation of color #BC60A0: hue angle of 318.26º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC60A0 is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB18896160-
CMYK00.490.150.26
HSL318.26º40.71%55.69%-
HSV(B)318.26º48.94%73.73%-
XYZ31.2721.635.78-
YUV130.8144.48168.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.34%
GREEN value IS 96 (37.89% from 255) = 21.62%
BLUE value IS 160 (62.89% from 255) = 36.04%
R=42.34%
G=21.62%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889616000.490.150.26318.2640.7155.69
HexBC60A0031F1A13e2938
Octal27414024006117324765170
Binary101111001100000101000000110001111111010100111110101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC60A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC60A0; }

 p { color: rgb(188,96,160); }

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

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

 a { background-color: rgb(188,96,160); }

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

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

 span { border-color: rgb(188,96,160); }

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