#BC1A75

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

Shades of Medium Violet Red #BC1A75

Tints of Medium Violet Red #BC1A75

Color information

#BC1A75 (or 0xBC1A75) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1A and 75. RGB value is (188,26,117). Sum of RGB (Red+Green+Blue) = 188+26+117=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 26 (10.55% from 255 or 7.85% from 331); Blue value is 117 (46.09% from 255 or 35.35% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC1A75 is #43E58A. Grayscale: #545454. Windows color (decimal): -4449675 or 7674556. OLE color: 7674556.

HSL color Cylindrical-coordinate representation of color #BC1A75: hue angle of 326.3º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1A75 is Cyan = 0, Magento = 0.86, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB18826117-
CMYK00.860.380.26
HSL326.3º75.7%41.96%-
HSV(B)326.3º86.17%73.73%-
XYZ24.3212.7118-
YUV84.81146.17201.6-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 26 (10.55% from 255) = 7.85%
BLUE value IS 117 (46.09% from 255) = 35.35%
R=56.80%
G=7.85%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882611700.860.380.26326.375.741.96
HexBC1A75056261A1464c2a
Octal274321650126463250611452
Binary1011110011010111010101010110100110110101010001101001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1A75; }

 p { color: rgb(188,26,117); }

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

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

 a { background-color: rgb(188,26,117); }

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

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

 span { border-color: rgb(188,26,117); }

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