#BC2AA8

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

Shades of Medium Red Violet #BC2AA8

Tints of Medium Red Violet #BC2AA8

Color information

#BC2AA8 (or 0xBC2AA8) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2A and A8. RGB value is (188,42,168). Sum of RGB (Red+Green+Blue) = 188+42+168=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 42 (16.80% from 255 or 10.55% from 398); Blue value is 168 (66.02% from 255 or 42.21% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2AA8 is #43D557. Grayscale: #636363. Windows color (decimal): -4445528 or 11020988. OLE color: 11020988.

HSL color Cylindrical-coordinate representation of color #BC2AA8: hue angle of 308.22º 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 #BC2AA8 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB18842168-
CMYK00.780.110.26
HSL308.22º63.48%45.1%-
HSV(B)308.22º77.66%73.73%-
XYZ28.6315.1738.47-
YUV100.02166.37190.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 42 (16.80% from 255) = 10.55%
BLUE value IS 168 (66.02% from 255) = 42.21%
R=47.24%
G=10.55%
B=42.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884216800.780.110.26308.2263.4845.1
HexBC2AA804EB1A1343f2d
Octal27452250011613324647755
Binary101111001010101010100001001110101111010100110100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2AA8; }

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

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

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

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

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

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

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

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