Shades of Medium Orchid #B66DDA
Tints of Medium Orchid #B66DDA
RGB
CMYK
RGB Variations
Color information
#B66DDA (or 0xB66DDA) is known color: Medium Orchid. HEX triplet: B6, 6D and DA. RGB value is (182,109,218). Sum of RGB (Red+Green+Blue) = 182+109+218=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #B66DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DDA is #499225. Grayscale: #8E8E8E. Windows color (decimal): -4821542 or 14314934. OLE color: 14314934.
HSL color Cylindrical-coordinate representation of color #B66DDA: hue angle of 280.18º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66DDA is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 109 | 218 | - |
| CMYK | 0.17 | 0.5 | 0 | 0.15 |
| HSL | 280.18º | 0.6% | 0.64% | - |
| HSV(B) | 280.18º | 0.5% | 0.85% | - |
| XYZ | 37.41 | 25.94 | 69.37 | - |
| YUV | 143.25 | 170.18 | 155.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 218 | 0.17 | 0.5 | 0 | 0.15 | 280.18 | 0.6 | 0.64 |
| Hex | B6 | 6D | DA | 11 | 32 | 0 | F | 118 | 3C | 40 |
| Octal | 266 | 155 | 332 | 21 | 62 | 0 | 17 | 430 | 74 | 100 |
| Binary | 10110110 | 1101101 | 11011010 | 10001 | 110010 | 0 | 1111 | 100011000 | 111100 | 1000000 |
Color Harmonies of #B66DDA
Complementary color
Monochromatic Colors of #B66DDA
Black with #B66DDA
Text Example
Text Example
White with #B66DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66DDA; }
p { color: rgb(182,109,218); }
H1.HeaderClassName
{
color: #B66DDA;
}
.AnyTagClassName
{
color: #B66DDA;
}
</style>
background-color css
<style>
a { background-color: #B66DDA; }
a { background-color: rgb(182,109,218); }
div.DivClassName
{
background-color: #B66DDA;
}
.BgClassName
{
background-color: #B66DDA;
}
</style>
border-color css
<style>
span { border-color: #B66DDA; }
span { border-color: rgb(182,109,218); }
td.TdClassName
{
border-color: #B66DDA;
}
.TagClassName
{
border-color: #B66DDA;
}
</style>