#BC3EA2

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

Shades of Mulberry #BC3EA2

Tints of Mulberry #BC3EA2

Color information

#BC3EA2 (or 0xBC3EA2) is unknown color: approx Mulberry. HEX triplet: BC, 3E and A2. RGB value is (188,62,162). Sum of RGB (Red+Green+Blue) = 188+62+162=412 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.63% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 162 (63.67% from 255 or 39.32% from 412); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3EA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3EA2 is #43C15D. Grayscale: #6E6E6E. Windows color (decimal): -4440414 or 10632892. OLE color: 10632892.

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

Color convert

RGB18862162-
CMYK00.670.140.26
HSL312.38º50.4%49.02%-
HSV(B)312.38º67.02%73.73%-
XYZ28.9816.7535.89-
YUV111.07156.74182.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.63%
GREEN value IS 62 (24.61% from 255) = 15.05%
BLUE value IS 162 (63.67% from 255) = 39.32%
R=45.63%
G=15.05%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886216200.670.140.26312.3850.449.02
HexBC3EA2043E1A1383231
Octal27476242010316324706261
Binary101111001111101010001001000011111011010100111000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3EA2; }

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

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

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

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

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

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

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

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