#BC54A3

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

Shades of Mulberry #BC54A3

Tints of Mulberry #BC54A3

Color information

#BC54A3 (or 0xBC54A3) is unknown color: approx Mulberry. HEX triplet: BC, 54 and A3. RGB value is (188,84,163). Sum of RGB (Red+Green+Blue) = 188+84+163=435 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.22% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 163 (64.06% from 255 or 37.47% from 435); Max value from RGB is 188 - color contains mainly: red. Hex color #BC54A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC54A3 is #43AB5C. Grayscale: #7B7B7B. Windows color (decimal): -4434781 or 10704060. OLE color: 10704060.

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

Color convert

RGB18884163-
CMYK00.550.130.26
HSL314.42º43.7%53.33%-
HSV(B)314.42º55.32%73.73%-
XYZ30.5219.6836.84-
YUV124.1149.96173.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 43.22%
GREEN value IS 84 (33.20% from 255) = 19.31%
BLUE value IS 163 (64.06% from 255) = 37.47%
R=43.22%
G=19.31%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888416300.550.130.26314.4243.753.33
HexBC54A3037D1A13a2c35
Octal27412424306715324725465
Binary101111001010100101000110110111110111010100111010101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC54A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC54A3; }

 p { color: rgb(188,84,163); }

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

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

 a { background-color: rgb(188,84,163); }

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

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

 span { border-color: rgb(188,84,163); }

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