#BC1AA8

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

Shades of Medium Violet Red #BC1AA8

Tints of Medium Violet Red #BC1AA8

Color information

#BC1AA8 (or 0xBC1AA8) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1A and A8. RGB value is (188,26,168). Sum of RGB (Red+Green+Blue) = 188+26+168=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AA8 is #43E557. Grayscale: #5A5A5A. Windows color (decimal): -4449624 or 11016892. OLE color: 11016892.

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

Color convert

RGB18826168-
CMYK00.860.110.26
HSL307.41º75.7%41.96%-
HSV(B)307.41º86.17%73.73%-
XYZ28.1814.2638.31-
YUV90.63171.67197.45-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 26 (10.55% from 255) = 6.81%
BLUE value IS 168 (66.02% from 255) = 43.98%
R=49.21%
G=6.81%
B=43.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882616800.860.110.26307.4175.741.96
HexBC1AA8056B1A1334c2a
Octal274322500126133246311452
Binary101111001101010101000010101101011110101001100111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1AA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1AA8; }

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

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

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

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

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

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

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

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