#BC1282

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

Shades of Medium Violet Red #BC1282

Tints of Medium Violet Red #BC1282

Color information

#BC1282 (or 0xBC1282) is unknown color: approx Medium Violet Red. HEX triplet: BC, 12 and 82. RGB value is (188,18,130). Sum of RGB (Red+Green+Blue) = 188+18+130=336 (44% of max value = 765). Red value is 188 (73.83% from 255 or 55.95% from 336); Green value is 18 (7.42% from 255 or 5.36% from 336); Blue value is 130 (51.17% from 255 or 38.69% from 336); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1282 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1282 is #43ED7D. Grayscale: #515151. Windows color (decimal): -4451710 or 8524476. OLE color: 8524476.

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

Color convert

RGB18818130-
CMYK00.900.310.26
HSL320.47º82.52%40.39%-
HSV(B)320.47º90.43%73.73%-
XYZ24.9812.7422.26-
YUV81.6155.32203.89-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 55.95%
GREEN value IS 18 (7.42% from 255) = 5.36%
BLUE value IS 130 (51.17% from 255) = 38.69%
R=55.95%
G=5.36%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881813000.900.310.26320.4782.5240.39
HexBC128205A1F1A1405328
Octal274222020132373250012350
Binary1011110010010100000100101101011111110101010000001010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1282; }

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

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

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

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

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

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

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

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