Shades of Medium Orchid #B068C0
Tints of Medium Orchid #B068C0
RGB
CMYK
RGB Variations
Color information
#B068C0 (or 0xB068C0) is known color: Medium Orchid. HEX triplet: B0, 68 and C0. RGB value is (176,104,192). Sum of RGB (Red+Green+Blue) = 176+104+192=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 104 (41.02% from 255 or 22.03% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #B068C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068C0 is #4F973F. Grayscale: #878787. Windows color (decimal): -5216064 or 12609712. OLE color: 12609712.
HSL color Cylindrical-coordinate representation of color #B068C0: hue angle of 289.09º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B068C0 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 176 | 104 | 192 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.25 |
| HSL | 289.09º | 0.41% | 0.58% | - |
| HSV(B) | 289.09º | 0.46% | 0.75% | - |
| XYZ | 32.37 | 22.94 | 52.59 | - |
| YUV | 135.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 192 | 0.08 | 0.46 | 0 | 0.25 | 289.09 | 0.41 | 0.58 |
| Hex | B0 | 68 | C0 | 8 | 2E | 0 | 19 | 121 | 29 | 3A |
| Octal | 260 | 150 | 300 | 10 | 56 | 0 | 31 | 441 | 51 | 72 |
| Binary | 10110000 | 1101000 | 11000000 | 1000 | 101110 | 0 | 11001 | 100100001 | 101001 | 111010 |
Color Harmonies of #B068C0
Complementary color
Monochromatic Colors of #B068C0
Black with #B068C0
Text Example
Text Example
White with #B068C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068C0; }
p { color: rgb(176,104,192); }
H1.HeaderClassName
{
color: #B068C0;
}
.AnyTagClassName
{
color: #B068C0;
}
</style>
background-color css
<style>
a { background-color: #B068C0; }
a { background-color: rgb(176,104,192); }
div.DivClassName
{
background-color: #B068C0;
}
.BgClassName
{
background-color: #B068C0;
}
</style>
border-color css
<style>
span { border-color: #B068C0; }
span { border-color: rgb(176,104,192); }
td.TdClassName
{
border-color: #B068C0;
}
.TagClassName
{
border-color: #B068C0;
}
</style>