#BC1370

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

Shades of Medium Violet Red #BC1370

Tints of Medium Violet Red #BC1370

Color information

#BC1370 (or 0xBC1370) is unknown color: approx Medium Violet Red. HEX triplet: BC, 13 and 70. RGB value is (188,19,112). Sum of RGB (Red+Green+Blue) = 188+19+112=319 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.93% from 319); Green value is 19 (7.81% from 255 or 5.96% from 319); Blue value is 112 (44.14% from 255 or 35.11% from 319); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1370 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1370 is #43EC8F. Grayscale: #4F4F4F. Windows color (decimal): -4451472 or 7345084. OLE color: 7345084.

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

Color convert

RGB18819112-
CMYK00.900.400.26
HSL326.98º81.64%40.59%-
HSV(B)326.98º89.89%73.73%-
XYZ23.912.3316.45-
YUV80.13145.99204.94-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.93%
GREEN value IS 19 (7.81% from 255) = 5.96%
BLUE value IS 112 (44.14% from 255) = 35.11%
R=58.93%
G=5.96%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881911200.900.400.26326.9881.6440.59
HexBC137005A281A1475229
Octal274231600132503250712251
Binary1011110010011111000001011010101000110101010001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1370; }

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

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

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

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

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

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

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

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