#BC1371

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

Shades of Medium Violet Red #BC1371

Tints of Medium Violet Red #BC1371

Color information

#BC1371 (or 0xBC1371) is unknown color: approx Medium Violet Red. HEX triplet: BC, 13 and 71. RGB value is (188,19,113). Sum of RGB (Red+Green+Blue) = 188+19+113=320 (42% of max value = 765). Red value is 188 (73.83% from 255 or 58.75% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1371 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1371 is #43EC8E. Grayscale: #505050. Windows color (decimal): -4451471 or 7410620. OLE color: 7410620.

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

Color convert

RGB18819113-
CMYK00.900.400.26
HSL326.63º81.64%40.59%-
HSV(B)326.63º89.89%73.73%-
XYZ23.9512.3516.74-
YUV80.25146.49204.86-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 58.75%
GREEN value IS 19 (7.81% from 255) = 5.94%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=58.75%
G=5.94%
B=35.31%

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
Decimal1881911300.900.400.26326.6381.6440.59
HexBC137105A281A1475229
Octal274231610132503250712251
Binary1011110010011111000101011010101000110101010001111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1371; }

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

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

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

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

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

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

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

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