#BC1F9A

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

Shades of Medium Violet Red #BC1F9A

Tints of Medium Violet Red #BC1F9A

Color information

#BC1F9A (or 0xBC1F9A) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1F and 9A. RGB value is (188,31,154). Sum of RGB (Red+Green+Blue) = 188+31+154=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1F9A is #43E065. Grayscale: #5B5B5B. Windows color (decimal): -4448358 or 10100668. OLE color: 10100668.

HSL color Cylindrical-coordinate representation of color #BC1F9A: hue angle of 312.99º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1F9A is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB18831154-
CMYK00.840.180.26
HSL312.99º71.69%42.94%-
HSV(B)312.99º83.51%73.73%-
XYZ27.061431.85-
YUV91.96163.01196.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 50.40%
GREEN value IS 31 (12.5% from 255) = 8.31%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=50.40%
G=8.31%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883115400.840.180.26312.9971.6942.94
HexBC1F9A054121A139482b
Octal274372320124223247111053
Binary1011110011111100110100101010010010110101001110011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1F9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1F9A; }

 p { color: rgb(188,31,154); }

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

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

 a { background-color: rgb(188,31,154); }

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

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

 span { border-color: rgb(188,31,154); }

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