#bc55a0

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

Shades of Mulberry #BC55A0

Tints of Mulberry #BC55A0

Color information

#BC55A0 (or 0xBC55A0) is unknown color: approx Mulberry. HEX triplet: BC, 55 and A0. RGB value is (188,85,160). Sum of RGB (Red+Green+Blue) = 188+85+160=433 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.42% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 188 - color contains mainly: red. Hex color #BC55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC55A0 is #43AA5F. Grayscale: #7C7C7C. Windows color (decimal): -4434528 or 10507708. OLE color: 10507708.

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

Color convert

RGB18885160-
CMYK00.550.150.26
HSL316.31º43.46%53.53%-
HSV(B)316.31º54.79%73.73%-
XYZ30.3319.7335.47-
YUV124.35148.12173.4-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.42%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 160 (62.89% from 255) = 36.95%
R=43.42%
G=19.63%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888516000.550.150.26316.3143.4653.53
HexBC55A0037F1A13c2b36
Octal27412524006717324745366
Binary101111001010101101000000110111111111010100111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc55a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc55a0; }

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

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

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

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

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

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

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

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