Shades of Medium Orchid #B66CDB
Tints of Medium Orchid #B66CDB
RGB
CMYK
RGB Variations
Color information
#B66CDB (or 0xB66CDB) is known color: Medium Orchid. HEX triplet: B6, 6C and DB. RGB value is (182,108,219). Sum of RGB (Red+Green+Blue) = 182+108+219=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 108 (42.58% from 255 or 21.22% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #B66CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66CDB is #499324. Grayscale: #8E8E8E. Windows color (decimal): -4821797 or 14380214. OLE color: 14380214.
HSL color Cylindrical-coordinate representation of color #B66CDB: hue angle of 280º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B66CDB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 182 | 108 | 219 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.14 |
| HSL | 280º | 0.61% | 0.64% | - |
| HSV(B) | 280º | 0.51% | 0.86% | - |
| XYZ | 37.44 | 25.78 | 70.02 | - |
| YUV | 142.78 | 171.02 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 219 | 0.17 | 0.51 | 0 | 0.14 | 280 | 0.61 | 0.64 |
| Hex | B6 | 6C | DB | 11 | 33 | 0 | E | 118 | 3D | 40 |
| Octal | 266 | 154 | 333 | 21 | 63 | 0 | 16 | 430 | 75 | 100 |
| Binary | 10110110 | 1101100 | 11011011 | 10001 | 110011 | 0 | 1110 | 100011000 | 111101 | 1000000 |
Color Harmonies of #B66CDB
Complementary color
Monochromatic Colors of #B66CDB
Black with #B66CDB
Text Example
Text Example
White with #B66CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66CDB; }
p { color: rgb(182,108,219); }
H1.HeaderClassName
{
color: #B66CDB;
}
.AnyTagClassName
{
color: #B66CDB;
}
</style>
background-color css
<style>
a { background-color: #B66CDB; }
a { background-color: rgb(182,108,219); }
div.DivClassName
{
background-color: #B66CDB;
}
.BgClassName
{
background-color: #B66CDB;
}
</style>
border-color css
<style>
span { border-color: #B66CDB; }
span { border-color: rgb(182,108,219); }
td.TdClassName
{
border-color: #B66CDB;
}
.TagClassName
{
border-color: #B66CDB;
}
</style>