#BC07A1

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

Shades of Medium Violet Red #BC07A1

Tints of Medium Violet Red #BC07A1

Color information

#BC07A1 (or 0xBC07A1) is unknown color: approx Medium Violet Red. HEX triplet: BC, 07 and A1. RGB value is (188,7,161). Sum of RGB (Red+Green+Blue) = 188+7+161=356 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.81% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 188 - color contains mainly: red. Hex color #BC07A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC07A1 is #43F85E. Grayscale: #4E4E4E. Windows color (decimal): -4454495 or 10553276. OLE color: 10553276.

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

Color convert

RGB1887161-
CMYK00.960.140.26
HSL308.95º92.82%38.24%-
HSV(B)308.95º96.28%73.73%-
XYZ27.2513.4234.87-
YUV78.68174.47205.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 52.81%
GREEN value IS 7 (3.12% from 255) = 1.97%
BLUE value IS 161 (63.28% from 255) = 45.22%
R=52.81%
G=1.97%
B=45.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188716100.960.140.26308.9592.8238.24
HexBC7A1060E1A1355d26
Octal27472410140163246513546
Binary1011110011110100001011000001110110101001101011011101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC07A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC07A1; }

 p { color: rgb(188,7,161); }

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

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

 a { background-color: rgb(188,7,161); }

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

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

 span { border-color: rgb(188,7,161); }

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