Shades of Medium Orchid #B06ADE
Tints of Medium Orchid #B06ADE
RGB
CMYK
RGB Variations
Color information
#B06ADE (or 0xB06ADE) is known color: Medium Orchid. HEX triplet: B0, 6A and DE. RGB value is (176,106,222). Sum of RGB (Red+Green+Blue) = 176+106+222=504 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.92% from 504); Green value is 106 (41.80% from 255 or 21.03% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #B06ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B06ADE is #4F9521. Grayscale: #8B8B8B. Windows color (decimal): -5215522 or 14576304. OLE color: 14576304.
HSL color Cylindrical-coordinate representation of color #B06ADE: hue angle of 276.21º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B06ADE is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 176 | 106 | 222 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.13 |
| HSL | 276.21º | 0.64% | 0.64% | - |
| HSV(B) | 276.21º | 0.52% | 0.87% | - |
| XYZ | 36.24 | 24.81 | 71.99 | - |
| YUV | 140.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 106 | 222 | 0.21 | 0.52 | 0 | 0.13 | 276.21 | 0.64 | 0.64 |
| Hex | B0 | 6A | DE | 15 | 34 | 0 | D | 114 | 40 | 40 |
| Octal | 260 | 152 | 336 | 25 | 64 | 0 | 15 | 424 | 100 | 100 |
| Binary | 10110000 | 1101010 | 11011110 | 10101 | 110100 | 0 | 1101 | 100010100 | 1000000 | 1000000 |
Color Harmonies of #B06ADE
Complementary color
Monochromatic Colors of #B06ADE
Black with #B06ADE
Text Example
Text Example
White with #B06ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B06ADE; }
p { color: rgb(176,106,222); }
H1.HeaderClassName
{
color: #B06ADE;
}
.AnyTagClassName
{
color: #B06ADE;
}
</style>
background-color css
<style>
a { background-color: #B06ADE; }
a { background-color: rgb(176,106,222); }
div.DivClassName
{
background-color: #B06ADE;
}
.BgClassName
{
background-color: #B06ADE;
}
</style>
border-color css
<style>
span { border-color: #B06ADE; }
span { border-color: rgb(176,106,222); }
td.TdClassName
{
border-color: #B06ADE;
}
.TagClassName
{
border-color: #B06ADE;
}
</style>