#BC5BA2

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

Shades of Mulberry #BC5BA2

Tints of Mulberry #BC5BA2

Color information

#BC5BA2 (or 0xBC5BA2) is unknown color: approx Mulberry. HEX triplet: BC, 5B and A2. RGB value is (188,91,162). Sum of RGB (Red+Green+Blue) = 188+91+162=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 162 (63.67% from 255 or 36.73% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5BA2 is #43A45D. Grayscale: #7F7F7F. Windows color (decimal): -4432990 or 10640316. OLE color: 10640316.

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

Color convert

RGB18891162-
CMYK00.520.140.26
HSL316.08º41.99%54.71%-
HSV(B)316.08º51.6%73.73%-
XYZ3120.7836.56-
YUV128.1147.14170.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.63%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 162 (63.67% from 255) = 36.73%
R=42.63%
G=20.63%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1889116200.520.140.26316.0841.9954.71
HexBC5BA2034E1A13c2a37
Octal27413324206416324745267
Binary101111001011011101000100110100111011010100111100101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5BA2; }

 p { color: rgb(188,91,162); }

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

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

 a { background-color: rgb(188,91,162); }

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

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

 span { border-color: rgb(188,91,162); }

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