#BC1DA5

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

Shades of Medium Violet Red #BC1DA5

Tints of Medium Violet Red #BC1DA5

Color information

#BC1DA5 (or 0xBC1DA5) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1D and A5. RGB value is (188,29,165). Sum of RGB (Red+Green+Blue) = 188+29+165=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1DA5 is #43E25A. Grayscale: #5B5B5B. Windows color (decimal): -4448859 or 10821052. OLE color: 10821052.

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

Color convert

RGB18829165-
CMYK00.850.120.26
HSL308.68º73.27%42.55%-
HSV(B)308.68º84.57%73.73%-
XYZ27.9714.2936.88-
YUV92.04169.18196.44-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.21%
GREEN value IS 29 (11.72% from 255) = 7.59%
BLUE value IS 165 (64.84% from 255) = 43.19%
R=49.21%
G=7.59%
B=43.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882916500.850.120.26308.6873.2742.55
HexBC1DA5055C1A135492b
Octal274352450125143246511153
Binary101111001110110100101010101011100110101001101011001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1DA5; }

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

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

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

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

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

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

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

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