#BC04A1

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

Shades of Medium Violet Red #BC04A1

Tints of Medium Violet Red #BC04A1

Color information

#BC04A1 (or 0xBC04A1) is unknown color: approx Medium Violet Red. HEX triplet: BC, 04 and A1. RGB value is (188,4,161). Sum of RGB (Red+Green+Blue) = 188+4+161=353 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.26% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 161 (63.28% from 255 or 45.61% from 353); Max value from RGB is 188 - color contains mainly: red. Hex color #BC04A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC04A1 is #43FB5E. Grayscale: #4C4C4C. Windows color (decimal): -4455263 or 10552508. OLE color: 10552508.

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

Color convert

RGB1884161-
CMYK00.980.140.26
HSL308.8º95.83%37.65%-
HSV(B)308.8º97.87%73.73%-
XYZ27.2213.3534.86-
YUV76.91175.46207.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.26%
GREEN value IS 4 (1.95% from 255) = 1.13%
BLUE value IS 161 (63.28% from 255) = 45.61%
R=53.26%
G=1.13%
B=45.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188416100.980.140.26308.895.8337.65
HexBC4A1062E1A1356026
Octal27442410142163246514046
Binary1011110010010100001011000101110110101001101011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC04A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC04A1; }

 p { color: rgb(188,4,161); }

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

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

 a { background-color: rgb(188,4,161); }

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

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

 span { border-color: rgb(188,4,161); }

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