#BC2AA0

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

Shades of Medium Red Violet #BC2AA0

Tints of Medium Red Violet #BC2AA0

Color information

#BC2AA0 (or 0xBC2AA0) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2A and A0. RGB value is (188,42,160). Sum of RGB (Red+Green+Blue) = 188+42+160=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2AA0 is #43D55F. Grayscale: #626262. Windows color (decimal): -4445536 or 10496700. OLE color: 10496700.

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

Color convert

RGB18842160-
CMYK00.780.150.26
HSL311.51º63.48%45.1%-
HSV(B)311.51º77.66%73.73%-
XYZ27.9114.8934.66-
YUV99.11162.37191.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 42 (16.80% from 255) = 10.77%
BLUE value IS 160 (62.89% from 255) = 41.03%
R=48.21%
G=10.77%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884216000.780.150.26311.5163.4845.1
HexBC2AA004EF1A1383f2d
Octal27452240011617324707755
Binary101111001010101010000001001110111111010100111000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2AA0; }

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

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

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

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

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

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

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

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