#BC0A97

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

Shades of Medium Violet Red #BC0A97

Tints of Medium Violet Red #BC0A97

Color information

#BC0A97 (or 0xBC0A97) is unknown color: approx Medium Violet Red. HEX triplet: BC, 0A and 97. RGB value is (188,10,151). Sum of RGB (Red+Green+Blue) = 188+10+151=349 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.87% from 349); Green value is 10 (4.30% from 255 or 2.87% from 349); Blue value is 151 (59.38% from 255 or 43.27% from 349); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0A97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0A97 is #43F568. Grayscale: #4E4E4E. Windows color (decimal): -4453737 or 9898684. OLE color: 9898684.

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

Color convert

RGB18810151-
CMYK00.950.200.26
HSL312.47º89.9%38.82%-
HSV(B)312.47º94.68%73.73%-
XYZ26.4313.1430.42-
YUV79.3168.47205.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.87%
GREEN value IS 10 (4.30% from 255) = 2.87%
BLUE value IS 151 (59.38% from 255) = 43.27%
R=53.87%
G=2.87%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881015100.950.200.26312.4789.938.82
HexBCA9705F141A1385a27
Octal274122270137243247013247
Binary101111001010100101110101111110100110101001110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0A97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0A97; }

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

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

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

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

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

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

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

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