#BC2BA8

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

Shades of Medium Red Violet #BC2BA8

Tints of Medium Red Violet #BC2BA8

Color information

#BC2BA8 (or 0xBC2BA8) is unknown color: approx Medium Red Violet. HEX triplet: BC, 2B and A8. RGB value is (188,43,168). Sum of RGB (Red+Green+Blue) = 188+43+168=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 43 (17.19% from 255 or 10.78% from 399); Blue value is 168 (66.02% from 255 or 42.11% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2BA8 is #43D457. Grayscale: #646464. Windows color (decimal): -4445272 or 11021244. OLE color: 11021244.

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

Color convert

RGB18843168-
CMYK00.770.110.26
HSL308.28º62.77%45.29%-
HSV(B)308.28º77.13%73.73%-
XYZ28.6715.2538.48-
YUV100.6166.04190.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.12%
GREEN value IS 43 (17.19% from 255) = 10.78%
BLUE value IS 168 (66.02% from 255) = 42.11%
R=47.12%
G=10.78%
B=42.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1884316800.770.110.26308.2862.7745.29
HexBC2BA804DB1A1343f2d
Octal27453250011513324647755
Binary101111001010111010100001001101101111010100110100111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC2BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC2BA8; }

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

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

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

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

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

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

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

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