Shades of Medium Orchid #BC79DC
Tints of Medium Orchid #BC79DC
RGB
CMYK
RGB Variations
Color information
#BC79DC (or 0xBC79DC) is known color: Medium Orchid. HEX triplet: BC, 79 and DC. RGB value is (188,121,220). Sum of RGB (Red+Green+Blue) = 188+121+220=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #BC79DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79DC is #438623. Grayscale: #979797. Windows color (decimal): -4425252 or 14449084. OLE color: 14449084.
HSL color Cylindrical-coordinate representation of color #BC79DC: hue angle of 280.61º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BC79DC is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 121 | 220 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.14 |
| HSL | 280.61º | 0.59% | 0.67% | - |
| HSV(B) | 280.61º | 0.45% | 0.86% | - |
| XYZ | 40.49 | 29.53 | 71.28 | - |
| YUV | 152.32 | 166.2 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 220 | 0.15 | 0.45 | 0 | 0.14 | 280.61 | 0.59 | 0.67 |
| Hex | BC | 79 | DC | F | 2D | 0 | E | 119 | 3B | 43 |
| Octal | 274 | 171 | 334 | 17 | 55 | 0 | 16 | 431 | 73 | 103 |
| Binary | 10111100 | 1111001 | 11011100 | 1111 | 101101 | 0 | 1110 | 100011001 | 111011 | 1000011 |
Color Harmonies of #BC79DC
Complementary color
Monochromatic Colors of #BC79DC
Black with #BC79DC
Text Example
Text Example
White with #BC79DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC79DC; }
p { color: rgb(188,121,220); }
H1.HeaderClassName
{
color: #BC79DC;
}
.AnyTagClassName
{
color: #BC79DC;
}
</style>
background-color css
<style>
a { background-color: #BC79DC; }
a { background-color: rgb(188,121,220); }
div.DivClassName
{
background-color: #BC79DC;
}
.BgClassName
{
background-color: #BC79DC;
}
</style>
border-color css
<style>
span { border-color: #BC79DC; }
span { border-color: rgb(188,121,220); }
td.TdClassName
{
border-color: #BC79DC;
}
.TagClassName
{
border-color: #BC79DC;
}
</style>