#BC11A0

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

Shades of Medium Violet Red #BC11A0

Tints of Medium Violet Red #BC11A0

Color information

#BC11A0 (or 0xBC11A0) is unknown color: approx Medium Violet Red. HEX triplet: BC, 11 and A0. RGB value is (188,17,160). Sum of RGB (Red+Green+Blue) = 188+17+160=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 17 (7.03% from 255 or 4.66% from 365); Blue value is 160 (62.89% from 255 or 43.84% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC11A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC11A0 is #43EE5F. Grayscale: #545454. Windows color (decimal): -4451936 or 10490300. OLE color: 10490300.

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

Color convert

RGB18817160-
CMYK00.910.150.26
HSL309.82º83.41%40.2%-
HSV(B)309.82º90.96%73.73%-
XYZ27.2813.6334.45-
YUV84.43170.65201.87-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.51%
GREEN value IS 17 (7.03% from 255) = 4.66%
BLUE value IS 160 (62.89% from 255) = 43.84%
R=51.51%
G=4.66%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881716000.910.150.26309.8283.4140.2
HexBC11A005BF1A1365328
Octal274212400133173246612350
Binary101111001000110100000010110111111110101001101101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC11A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC11A0; }

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

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

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

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

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

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

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

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