#BC169D

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

Shades of Medium Violet Red #BC169D

Tints of Medium Violet Red #BC169D

Color information

#BC169D (or 0xBC169D) is unknown color: approx Medium Violet Red. HEX triplet: BC, 16 and 9D. RGB value is (188,22,157). Sum of RGB (Red+Green+Blue) = 188+22+157=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 22 (8.98% from 255 or 5.99% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC169D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC169D is #43E962. Grayscale: #565656. Windows color (decimal): -4450659 or 10294972. OLE color: 10294972.

HSL color Cylindrical-coordinate representation of color #BC169D: hue angle of 311.2º 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 #BC169D is Cyan = 0, Magento = 0.88, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB18822157-
CMYK00.880.160.26
HSL311.2º79.05%41.18%-
HSV(B)311.2º88.3%73.73%-
XYZ27.1113.733.11-
YUV87.02167.5200.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.23%
GREEN value IS 22 (8.98% from 255) = 5.99%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=51.23%
G=5.99%
B=42.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882215700.880.160.26311.279.0541.18
HexBC169D058101A1374f29
Octal274262350130203246711751
Binary1011110010110100111010101100010000110101001101111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC169D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC169D; }

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

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

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

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

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

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

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

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