Shades of Medium Orchid #B06BC6
Tints of Medium Orchid #B06BC6
RGB
CMYK
RGB Variations
Color information
#B06BC6 (or 0xB06BC6) is known color: Medium Orchid. HEX triplet: B0, 6B and C6. RGB value is (176,107,198). Sum of RGB (Red+Green+Blue) = 176+107+198=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 198 (77.73% from 255 or 41.16% from 481); Max value from RGB is 198 - color contains mainly: blue. Hex color #B06BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06BC6 is #4F9439. Grayscale: #898989. Windows color (decimal): -5215290 or 13003696. OLE color: 13003696.
HSL color Cylindrical-coordinate representation of color #B06BC6: hue angle of 285.49º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B06BC6 is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 176 | 107 | 198 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.22 |
| HSL | 285.49º | 0.44% | 0.6% | - |
| HSV(B) | 285.49º | 0.46% | 0.78% | - |
| XYZ | 33.36 | 23.82 | 56.27 | - |
| YUV | 138.01 | 161.86 | 155.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 107 | 198 | 0.11 | 0.46 | 0 | 0.22 | 285.49 | 0.44 | 0.6 |
| Hex | B0 | 6B | C6 | B | 2E | 0 | 16 | 11D | 2C | 3C |
| Octal | 260 | 153 | 306 | 13 | 56 | 0 | 26 | 435 | 54 | 74 |
| Binary | 10110000 | 1101011 | 11000110 | 1011 | 101110 | 0 | 10110 | 100011101 | 101100 | 111100 |
Color Harmonies of #B06BC6
Complementary color
Monochromatic Colors of #B06BC6
Black with #B06BC6
Text Example
Text Example
White with #B06BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06BC6; }
p { color: rgb(176,107,198); }
H1.HeaderClassName
{
color: #B06BC6;
}
.AnyTagClassName
{
color: #B06BC6;
}
</style>
background-color css
<style>
a { background-color: #B06BC6; }
a { background-color: rgb(176,107,198); }
div.DivClassName
{
background-color: #B06BC6;
}
.BgClassName
{
background-color: #B06BC6;
}
</style>
border-color css
<style>
span { border-color: #B06BC6; }
span { border-color: rgb(176,107,198); }
td.TdClassName
{
border-color: #B06BC6;
}
.TagClassName
{
border-color: #B06BC6;
}
</style>