#BC168A

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

Shades of Medium Violet Red #BC168A

Tints of Medium Violet Red #BC168A

Color information

#BC168A (or 0xBC168A) is unknown color: approx Medium Violet Red. HEX triplet: BC, 16 and 8A. RGB value is (188,22,138). Sum of RGB (Red+Green+Blue) = 188+22+138=348 (46% of max value = 765). Red value is 188 (73.83% from 255 or 54.02% from 348); Green value is 22 (8.98% from 255 or 6.32% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 188 - color contains mainly: red. Hex color #BC168A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC168A is #43E975. Grayscale: #545454. Windows color (decimal): -4450678 or 9049788. OLE color: 9049788.

HSL color Cylindrical-coordinate representation of color #BC168A: hue angle of 318.07º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC168A is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB18822138-
CMYK00.880.270.26
HSL318.07º79.05%41.18%-
HSV(B)318.07º88.3%73.73%-
XYZ25.6113.125.22-
YUV84.86158201.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.02%
GREEN value IS 22 (8.98% from 255) = 6.32%
BLUE value IS 138 (54.30% from 255) = 39.66%
R=54.02%
G=6.32%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882213800.880.270.26318.0779.0541.18
HexBC168A0581B1A13e4f29
Octal274262120130333247611751
Binary1011110010110100010100101100011011110101001111101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC168A; }

 p { color: rgb(188,22,138); }

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

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

 a { background-color: rgb(188,22,138); }

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

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

 span { border-color: rgb(188,22,138); }

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