Shades of Medium Orchid #B66CED
Tints of Medium Orchid #B66CED
RGB
CMYK
RGB Variations
Color information
#B66CED (or 0xB66CED) is known color: Medium Orchid. HEX triplet: B6, 6C and ED. RGB value is (182,108,237). Sum of RGB (Red+Green+Blue) = 182+108+237=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 108 (42.58% from 255 or 20.49% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #B66CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B66CED is #499312. Grayscale: #909090. Windows color (decimal): -4821779 or 15559862. OLE color: 15559862.
HSL color Cylindrical-coordinate representation of color #B66CED: hue angle of 274.42º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B66CED is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 182 | 108 | 237 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.07 |
| HSL | 274.42º | 0.78% | 0.68% | - |
| HSV(B) | 274.42º | 0.54% | 0.93% | - |
| XYZ | 39.94 | 26.78 | 83.19 | - |
| YUV | 144.83 | 180.02 | 154.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 108 | 237 | 0.23 | 0.54 | 0 | 0.07 | 274.42 | 0.78 | 0.68 |
| Hex | B6 | 6C | ED | 17 | 36 | 0 | 7 | 112 | 4E | 44 |
| Octal | 266 | 154 | 355 | 27 | 66 | 0 | 7 | 422 | 116 | 104 |
| Binary | 10110110 | 1101100 | 11101101 | 10111 | 110110 | 0 | 111 | 100010010 | 1001110 | 1000100 |
Color Harmonies of #B66CED
Complementary color
Monochromatic Colors of #B66CED
Black with #B66CED
Text Example
Text Example
White with #B66CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66CED; }
p { color: rgb(182,108,237); }
H1.HeaderClassName
{
color: #B66CED;
}
.AnyTagClassName
{
color: #B66CED;
}
</style>
background-color css
<style>
a { background-color: #B66CED; }
a { background-color: rgb(182,108,237); }
div.DivClassName
{
background-color: #B66CED;
}
.BgClassName
{
background-color: #B66CED;
}
</style>
border-color css
<style>
span { border-color: #B66CED; }
span { border-color: rgb(182,108,237); }
td.TdClassName
{
border-color: #B66CED;
}
.TagClassName
{
border-color: #B66CED;
}
</style>