#BC0696

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

Shades of Medium Violet Red #BC0696

Tints of Medium Violet Red #BC0696

Color information

#BC0696 (or 0xBC0696) is unknown color: approx Medium Violet Red. HEX triplet: BC, 06 and 96. RGB value is (188,6,150). Sum of RGB (Red+Green+Blue) = 188+6+150=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 150 (58.98% from 255 or 43.60% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0696 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0696 is #43F969. Grayscale: #4C4C4C. Windows color (decimal): -4454762 or 9832124. OLE color: 9832124.

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

Color convert

RGB1886150-
CMYK00.970.200.26
HSL312.53º93.81%38.04%-
HSV(B)312.53º96.81%73.73%-
XYZ26.3113.0229.98-
YUV76.83169.3207.29-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.65%
GREEN value IS 6 (2.73% from 255) = 1.74%
BLUE value IS 150 (58.98% from 255) = 43.60%
R=54.65%
G=1.74%
B=43.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188615000.970.200.26312.5393.8138.04
HexBC696061141A1395e26
Octal27462260141243247113646
Binary10111100110100101100110000110100110101001110011011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC0696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC0696; }

 p { color: rgb(188,6,150); }

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

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

 a { background-color: rgb(188,6,150); }

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

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

 span { border-color: rgb(188,6,150); }

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