Shades of Medium Orchid #B66DCE
Tints of Medium Orchid #B66DCE
RGB
CMYK
RGB Variations
Color information
#B66DCE (or 0xB66DCE) is known color: Medium Orchid. HEX triplet: B6, 6D and CE. RGB value is (182,109,206). Sum of RGB (Red+Green+Blue) = 182+109+206=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 109 (42.97% from 255 or 21.93% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #B66DCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DCE is #499231. Grayscale: #8D8D8D. Windows color (decimal): -4821554 or 13528502. OLE color: 13528502.
HSL color Cylindrical-coordinate representation of color #B66DCE: hue angle of 285.15º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66DCE is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 109 | 206 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.19 |
| HSL | 285.15º | 0.5% | 0.62% | - |
| HSV(B) | 285.15º | 0.47% | 0.81% | - |
| XYZ | 35.9 | 25.34 | 61.39 | - |
| YUV | 141.89 | 164.18 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 109 | 206 | 0.12 | 0.47 | 0 | 0.19 | 285.15 | 0.5 | 0.62 |
| Hex | B6 | 6D | CE | C | 2F | 0 | 13 | 11D | 32 | 3E |
| Octal | 266 | 155 | 316 | 14 | 57 | 0 | 23 | 435 | 62 | 76 |
| Binary | 10110110 | 1101101 | 11001110 | 1100 | 101111 | 0 | 10011 | 100011101 | 110010 | 111110 |
Color Harmonies of #B66DCE
Complementary color
Monochromatic Colors of #B66DCE
Black with #B66DCE
Text Example
Text Example
White with #B66DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66DCE; }
p { color: rgb(182,109,206); }
H1.HeaderClassName
{
color: #B66DCE;
}
.AnyTagClassName
{
color: #B66DCE;
}
</style>
background-color css
<style>
a { background-color: #B66DCE; }
a { background-color: rgb(182,109,206); }
div.DivClassName
{
background-color: #B66DCE;
}
.BgClassName
{
background-color: #B66DCE;
}
</style>
border-color css
<style>
span { border-color: #B66DCE; }
span { border-color: rgb(182,109,206); }
td.TdClassName
{
border-color: #B66DCE;
}
.TagClassName
{
border-color: #B66DCE;
}
</style>