Shades of Medium Orchid #B068C6
Tints of Medium Orchid #B068C6
RGB
CMYK
RGB Variations
Color information
#B068C6 (or 0xB068C6) is known color: Medium Orchid. HEX triplet: B0, 68 and C6. RGB value is (176,104,198). Sum of RGB (Red+Green+Blue) = 176+104+198=478 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.82% from 478); Green value is 104 (41.02% from 255 or 21.76% from 478); Blue value is 198 (77.73% from 255 or 41.42% from 478); Max value from RGB is 198 - color contains mainly: blue. Hex color #B068C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B068C6 is #4F9739. Grayscale: #878787. Windows color (decimal): -5216058 or 13002928. OLE color: 13002928.
HSL color Cylindrical-coordinate representation of color #B068C6: hue angle of 285.96º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B068C6 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 104 | 198 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.22 |
| HSL | 285.96º | 0.45% | 0.59% | - |
| HSV(B) | 285.96º | 0.47% | 0.78% | - |
| XYZ | 33.05 | 23.21 | 56.16 | - |
| YUV | 136.24 | 162.85 | 156.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 104 | 198 | 0.11 | 0.47 | 0 | 0.22 | 285.96 | 0.45 | 0.59 |
| Hex | B0 | 68 | C6 | B | 2F | 0 | 16 | 11E | 2D | 3B |
| Octal | 260 | 150 | 306 | 13 | 57 | 0 | 26 | 436 | 55 | 73 |
| Binary | 10110000 | 1101000 | 11000110 | 1011 | 101111 | 0 | 10110 | 100011110 | 101101 | 111011 |
Color Harmonies of #B068C6
Complementary color
Monochromatic Colors of #B068C6
Black with #B068C6
Text Example
Text Example
White with #B068C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B068C6; }
p { color: rgb(176,104,198); }
H1.HeaderClassName
{
color: #B068C6;
}
.AnyTagClassName
{
color: #B068C6;
}
</style>
background-color css
<style>
a { background-color: #B068C6; }
a { background-color: rgb(176,104,198); }
div.DivClassName
{
background-color: #B068C6;
}
.BgClassName
{
background-color: #B068C6;
}
</style>
border-color css
<style>
span { border-color: #B068C6; }
span { border-color: rgb(176,104,198); }
td.TdClassName
{
border-color: #B068C6;
}
.TagClassName
{
border-color: #B068C6;
}
</style>