#BC1396

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

Shades of Medium Violet Red #BC1396

Tints of Medium Violet Red #BC1396

Color information

#BC1396 (or 0xBC1396) is unknown color: approx Medium Violet Red. HEX triplet: BC, 13 and 96. RGB value is (188,19,150). Sum of RGB (Red+Green+Blue) = 188+19+150=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 150 (58.98% from 255 or 42.02% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1396 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1396 is #43EC69. Grayscale: #545454. Windows color (decimal): -4451434 or 9835452. OLE color: 9835452.

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

Color convert

RGB18819150-
CMYK00.900.200.26
HSL313.49º81.64%40.59%-
HSV(B)313.49º89.89%73.73%-
XYZ26.4813.3630.04-
YUV84.46164.99201.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.66%
GREEN value IS 19 (7.81% from 255) = 5.32%
BLUE value IS 150 (58.98% from 255) = 42.02%
R=52.66%
G=5.32%
B=42.02%

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
Decimal1881915000.900.200.26313.4981.6440.59
HexBC139605A141A1395229
Octal274232260132243247112251
Binary1011110010011100101100101101010100110101001110011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1396; }

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

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

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

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

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

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

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

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