#BC1D8A

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

Shades of Medium Violet Red #BC1D8A

Tints of Medium Violet Red #BC1D8A

Color information

#BC1D8A (or 0xBC1D8A) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1D and 8A. RGB value is (188,29,138). Sum of RGB (Red+Green+Blue) = 188+29+138=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 29 (11.72% from 255 or 8.17% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D8A is #43E275. Grayscale: #585858. Windows color (decimal): -4448886 or 9051580. OLE color: 9051580.

HSL color Cylindrical-coordinate representation of color #BC1D8A: hue angle of 318.87º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1D8A is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB18829138-
CMYK00.850.270.26
HSL318.87º73.27%42.55%-
HSV(B)318.87º84.57%73.73%-
XYZ25.7713.4125.27-
YUV88.97155.68198.64-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.96%
GREEN value IS 29 (11.72% from 255) = 8.17%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=52.96%
G=8.17%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882913800.850.270.26318.8773.2742.55
HexBC1D8A0551B1A13f492b
Octal274352120125333247711153
Binary1011110011101100010100101010111011110101001111111001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1D8A; }

 p { color: rgb(188,29,138); }

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

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

 a { background-color: rgb(188,29,138); }

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

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

 span { border-color: rgb(188,29,138); }

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