Shades of Medium Orchid #B66ADB
Tints of Medium Orchid #B66ADB
RGB
CMYK
RGB Variations
Color information
#B66ADB (or 0xB66ADB) is known color: Medium Orchid. HEX triplet: B6, 6A and DB. RGB value is (182,106,219). Sum of RGB (Red+Green+Blue) = 182+106+219=507 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.90% from 507); Green value is 106 (41.80% from 255 or 20.91% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #B66ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ADB is #499524. Grayscale: #8D8D8D. Windows color (decimal): -4822309 or 14379702. OLE color: 14379702.
HSL color Cylindrical-coordinate representation of color #B66ADB: hue angle of 280.35º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B66ADB is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 106 | 219 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.14 |
| HSL | 280.35º | 0.61% | 0.64% | - |
| HSV(B) | 280.35º | 0.52% | 0.86% | - |
| XYZ | 37.23 | 25.37 | 69.95 | - |
| YUV | 141.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 106 | 219 | 0.17 | 0.52 | 0 | 0.14 | 280.35 | 0.61 | 0.64 |
| Hex | B6 | 6A | DB | 11 | 34 | 0 | E | 118 | 3D | 40 |
| Octal | 266 | 152 | 333 | 21 | 64 | 0 | 16 | 430 | 75 | 100 |
| Binary | 10110110 | 1101010 | 11011011 | 10001 | 110100 | 0 | 1110 | 100011000 | 111101 | 1000000 |
Color Harmonies of #B66ADB
Complementary color
Monochromatic Colors of #B66ADB
Black with #B66ADB
Text Example
Text Example
White with #B66ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66ADB; }
p { color: rgb(182,106,219); }
H1.HeaderClassName
{
color: #B66ADB;
}
.AnyTagClassName
{
color: #B66ADB;
}
</style>
background-color css
<style>
a { background-color: #B66ADB; }
a { background-color: rgb(182,106,219); }
div.DivClassName
{
background-color: #B66ADB;
}
.BgClassName
{
background-color: #B66ADB;
}
</style>
border-color css
<style>
span { border-color: #B66ADB; }
span { border-color: rgb(182,106,219); }
td.TdClassName
{
border-color: #B66ADB;
}
.TagClassName
{
border-color: #B66ADB;
}
</style>