#BC1397

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

Shades of Medium Violet Red #BC1397

Tints of Medium Violet Red #BC1397

Color information

#BC1397 (or 0xBC1397) is unknown color: approx Medium Violet Red. HEX triplet: BC, 13 and 97. RGB value is (188,19,151). Sum of RGB (Red+Green+Blue) = 188+19+151=358 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.51% from 358); Green value is 19 (7.81% from 255 or 5.31% from 358); Blue value is 151 (59.38% from 255 or 42.18% from 358); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1397 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1397 is #43EC68. Grayscale: #545454. Windows color (decimal): -4451433 or 9900988. OLE color: 9900988.

HSL color Cylindrical-coordinate representation of color #BC1397: hue angle of 313.14º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC1397 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB18819151-
CMYK00.900.200.26
HSL313.14º81.64%40.59%-
HSV(B)313.14º89.89%73.73%-
XYZ26.5613.3930.46-
YUV84.58165.49201.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.51%
GREEN value IS 19 (7.81% from 255) = 5.31%
BLUE value IS 151 (59.38% from 255) = 42.18%
R=52.51%
G=5.31%
B=42.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881915100.900.200.26313.1481.6440.59
HexBC139705A141A1395229
Octal274232270132243247112251
Binary1011110010011100101110101101010100110101001110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1397; }

 p { color: rgb(188,19,151); }

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

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

 a { background-color: rgb(188,19,151); }

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

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

 span { border-color: rgb(188,19,151); }

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