#BC1288

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

Shades of Medium Violet Red #BC1288

Tints of Medium Violet Red #BC1288

Color information

#BC1288 (or 0xBC1288) is unknown color: approx Medium Violet Red. HEX triplet: BC, 12 and 88. RGB value is (188,18,136). Sum of RGB (Red+Green+Blue) = 188+18+136=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 18 (7.42% from 255 or 5.26% from 342); Blue value is 136 (53.52% from 255 or 39.77% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1288 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1288 is #43ED77. Grayscale: #515151. Windows color (decimal): -4451704 or 8917692. OLE color: 8917692.

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

Color convert

RGB18818136-
CMYK00.900.280.26
HSL318.35º82.52%40.39%-
HSV(B)318.35º90.43%73.73%-
XYZ25.412.924.44-
YUV82.28158.32203.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.97%
GREEN value IS 18 (7.42% from 255) = 5.26%
BLUE value IS 136 (53.52% from 255) = 39.77%
R=54.97%
G=5.26%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881813600.900.280.26318.3582.5240.39
HexBC128805A1C1A13e5328
Octal274222100132343247612350
Binary1011110010010100010000101101011100110101001111101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1288; }

 p { color: rgb(188,18,136); }

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

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

 a { background-color: rgb(188,18,136); }

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

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

 span { border-color: rgb(188,18,136); }

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