Shades of Medium Orchid #BC79D4
Tints of Medium Orchid #BC79D4
RGB
CMYK
RGB Variations
Color information
#BC79D4 (or 0xBC79D4) is known color: Medium Orchid. HEX triplet: BC, 79 and D4. RGB value is (188,121,212). Sum of RGB (Red+Green+Blue) = 188+121+212=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 212 (83.20% from 255 or 40.69% from 521); Max value from RGB is 212 - color contains mainly: blue. Hex color #BC79D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC79D4 is #43862B. Grayscale: #979797. Windows color (decimal): -4425260 or 13924796. OLE color: 13924796.
HSL color Cylindrical-coordinate representation of color #BC79D4: hue angle of 284.18º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BC79D4 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 188 | 121 | 212 | - |
| CMYK | 0.11 | 0.43 | 0 | 0.17 |
| HSL | 284.18º | 0.51% | 0.65% | - |
| HSV(B) | 284.18º | 0.43% | 0.83% | - |
| XYZ | 39.46 | 29.12 | 65.83 | - |
| YUV | 151.41 | 162.2 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 121 | 212 | 0.11 | 0.43 | 0 | 0.17 | 284.18 | 0.51 | 0.65 |
| Hex | BC | 79 | D4 | B | 2B | 0 | 11 | 11C | 33 | 41 |
| Octal | 274 | 171 | 324 | 13 | 53 | 0 | 21 | 434 | 63 | 101 |
| Binary | 10111100 | 1111001 | 11010100 | 1011 | 101011 | 0 | 10001 | 100011100 | 110011 | 1000001 |
Color Harmonies of #BC79D4
Complementary color
Monochromatic Colors of #BC79D4
Black with #BC79D4
Text Example
Text Example
White with #BC79D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC79D4; }
p { color: rgb(188,121,212); }
H1.HeaderClassName
{
color: #BC79D4;
}
.AnyTagClassName
{
color: #BC79D4;
}
</style>
background-color css
<style>
a { background-color: #BC79D4; }
a { background-color: rgb(188,121,212); }
div.DivClassName
{
background-color: #BC79D4;
}
.BgClassName
{
background-color: #BC79D4;
}
</style>
border-color css
<style>
span { border-color: #BC79D4; }
span { border-color: rgb(188,121,212); }
td.TdClassName
{
border-color: #BC79D4;
}
.TagClassName
{
border-color: #BC79D4;
}
</style>