#BC018D

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

Shades of Medium Violet Red #BC018D

Tints of Medium Violet Red #BC018D

Color information

#BC018D (or 0xBC018D) is unknown color: approx Medium Violet Red. HEX triplet: BC, 01 and 8D. RGB value is (188,1,141). Sum of RGB (Red+Green+Blue) = 188+1+141=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC018D is #43FE72. Grayscale: #484848. Windows color (decimal): -4456051 or 9241020. OLE color: 9241020.

HSL color Cylindrical-coordinate representation of color #BC018D: hue angle of 315.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC018D is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB1881141-
CMYK00.990.250.26
HSL315.08º98.94%37.06%-
HSV(B)315.08º99.47%73.73%-
XYZ25.5612.6426.29-
YUV72.87166.45210.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.97%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 141 (55.47% from 255) = 42.73%
R=56.97%
G=0.30%
B=42.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188114100.990.250.26315.0898.9437.06
HexBC18D063191A13b6325
Octal27412150143313247314345
Binary101111001100011010110001111001110101001110111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC018D; }

 p { color: rgb(188,1,141); }

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

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

 a { background-color: rgb(188,1,141); }

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

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

 span { border-color: rgb(188,1,141); }

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