#BC3CA2

Color #BC3CA2 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #BC3CA2

Tints of Medium Red Violet #BC3CA2

Color information

#BC3CA2 (or 0xBC3CA2) is unknown color: approx Medium Red Violet. HEX triplet: BC, 3C and A2. RGB value is (188,60,162). Sum of RGB (Red+Green+Blue) = 188+60+162=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3CA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC3CA2 is #43C35D. Grayscale: #6D6D6D. Windows color (decimal): -4440926 or 10632380. OLE color: 10632380.

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

Color convert

RGB18860162-
CMYK00.680.140.26
HSL312.19º51.61%48.63%-
HSV(B)312.19º68.09%73.73%-
XYZ28.8816.5335.85-
YUV109.9157.41183.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.85%
GREEN value IS 60 (23.83% from 255) = 14.63%
BLUE value IS 162 (63.67% from 255) = 39.51%
R=45.85%
G=14.63%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1886016200.680.140.26312.1951.6148.63
HexBC3CA2044E1A1383431
Octal27474242010416324706461
Binary101111001111001010001001000100111011010100111000110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3CA2; }

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

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

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

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

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

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

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

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