Shades of Medium Orchid #B06AD8
Tints of Medium Orchid #B06AD8
RGB
CMYK
RGB Variations
Color information
#B06AD8 (or 0xB06AD8) is known color: Medium Orchid. HEX triplet: B0, 6A and D8. RGB value is (176,106,216). Sum of RGB (Red+Green+Blue) = 176+106+216=498 (65% of max value = 765). Red value is 176 (69.14% from 255 or 35.34% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 216 (84.77% from 255 or 43.37% from 498); Max value from RGB is 216 - color contains mainly: blue. Hex color #B06AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06AD8 is #4F9527. Grayscale: #8B8B8B. Windows color (decimal): -5215528 or 14183088. OLE color: 14183088.
HSL color Cylindrical-coordinate representation of color #B06AD8: hue angle of 278.18º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B06AD8 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 176 | 106 | 216 | - |
| CMYK | 0.19 | 0.51 | 0 | 0.15 |
| HSL | 278.18º | 0.59% | 0.63% | - |
| HSV(B) | 278.18º | 0.51% | 0.85% | - |
| XYZ | 35.45 | 24.5 | 67.83 | - |
| YUV | 139.47 | 171.19 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 216 | 0.19 | 0.51 | 0 | 0.15 | 278.18 | 0.59 | 0.63 |
| Hex | B0 | 6A | D8 | 13 | 33 | 0 | F | 116 | 3B | 3F |
| Octal | 260 | 152 | 330 | 23 | 63 | 0 | 17 | 426 | 73 | 77 |
| Binary | 10110000 | 1101010 | 11011000 | 10011 | 110011 | 0 | 1111 | 100010110 | 111011 | 111111 |
Color Harmonies of #B06AD8
Complementary color
Monochromatic Colors of #B06AD8
Black with #B06AD8
Text Example
Text Example
White with #B06AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06AD8; }
p { color: rgb(176,106,216); }
H1.HeaderClassName
{
color: #B06AD8;
}
.AnyTagClassName
{
color: #B06AD8;
}
</style>
background-color css
<style>
a { background-color: #B06AD8; }
a { background-color: rgb(176,106,216); }
div.DivClassName
{
background-color: #B06AD8;
}
.BgClassName
{
background-color: #B06AD8;
}
</style>
border-color css
<style>
span { border-color: #B06AD8; }
span { border-color: rgb(176,106,216); }
td.TdClassName
{
border-color: #B06AD8;
}
.TagClassName
{
border-color: #B06AD8;
}
</style>