Shades of Medium Orchid #B66DDD
Tints of Medium Orchid #B66DDD
RGB
CMYK
RGB Variations
Color information
#B66DDD (or 0xB66DDD) is known color: Medium Orchid. HEX triplet: B6, 6D and DD. RGB value is (182,109,221). Sum of RGB (Red+Green+Blue) = 182+109+221=512 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.55% from 512); Green value is 109 (42.97% from 255 or 21.29% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #B66DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DDD is #499222. Grayscale: #8F8F8F. Windows color (decimal): -4821539 or 14511542. OLE color: 14511542.
HSL color Cylindrical-coordinate representation of color #B66DDD: hue angle of 279.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B66DDD is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 109 | 221 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.13 |
| HSL | 279.11º | 0.62% | 0.65% | - |
| HSV(B) | 279.11º | 0.51% | 0.87% | - |
| XYZ | 37.81 | 26.1 | 71.45 | - |
| YUV | 143.6 | 171.68 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 221 | 0.18 | 0.51 | 0 | 0.13 | 279.11 | 0.62 | 0.65 |
| Hex | B6 | 6D | DD | 12 | 33 | 0 | D | 117 | 3E | 41 |
| Octal | 266 | 155 | 335 | 22 | 63 | 0 | 15 | 427 | 76 | 101 |
| Binary | 10110110 | 1101101 | 11011101 | 10010 | 110011 | 0 | 1101 | 100010111 | 111110 | 1000001 |
Color Harmonies of #B66DDD
Complementary color
Monochromatic Colors of #B66DDD
Black with #B66DDD
Text Example
Text Example
White with #B66DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66DDD; }
p { color: rgb(182,109,221); }
H1.HeaderClassName
{
color: #B66DDD;
}
.AnyTagClassName
{
color: #B66DDD;
}
</style>
background-color css
<style>
a { background-color: #B66DDD; }
a { background-color: rgb(182,109,221); }
div.DivClassName
{
background-color: #B66DDD;
}
.BgClassName
{
background-color: #B66DDD;
}
</style>
border-color css
<style>
span { border-color: #B66DDD; }
span { border-color: rgb(182,109,221); }
td.TdClassName
{
border-color: #B66DDD;
}
.TagClassName
{
border-color: #B66DDD;
}
</style>