#BC0A9C

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

Shades of Medium Violet Red #BC0A9C

Tints of Medium Violet Red #BC0A9C

Color information

#BC0A9C (or 0xBC0A9C) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0A and 9C. RGB value is (188,10,156). Sum of RGB (Red+Green+Blue) = 188+10+156=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 10 (4.30% from 255 or 2.82% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A9C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0A9C is #43F563. Grayscale: #4F4F4F. Windows color (decimal): -4453732 or 10226364. OLE color: 10226364.

HSL color Cylindrical-coordinate representation of color #BC0A9C: hue angle of 310.79º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BC0A9C is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.26.

Color convert

RGB18810156-
CMYK00.950.170.26
HSL310.79º89.9%38.82%-
HSV(B)310.79º94.68%73.73%-
XYZ26.8513.3132.61-
YUV79.87170.97205.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.11%
GREEN value IS 10 (4.30% from 255) = 2.82%
BLUE value IS 156 (61.33% from 255) = 44.07%
R=53.11%
G=2.82%
B=44.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881015600.950.170.26310.7989.938.82
HexBCA9C05F111A1375a27
Octal274122340137213246713247
Binary101111001010100111000101111110001110101001101111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A9C; }

 p { color: rgb(188,10,156); }

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

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

 a { background-color: rgb(188,10,156); }

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

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

 span { border-color: rgb(188,10,156); }

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