Shades of Medium Orchid #B66FDF
Tints of Medium Orchid #B66FDF
RGB
CMYK
RGB Variations
Color information
#B66FDF (or 0xB66FDF) is known color: Medium Orchid. HEX triplet: B6, 6F and DF. RGB value is (182,111,223). Sum of RGB (Red+Green+Blue) = 182+111+223=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 223 (87.5% from 255 or 43.22% from 516); Max value from RGB is 223 - color contains mainly: blue. Hex color #B66FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FDF is #499020. Grayscale: #909090. Windows color (decimal): -4821025 or 14643126. OLE color: 14643126.
HSL color Cylindrical-coordinate representation of color #B66FDF: hue angle of 278.04º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66FDF is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 111 | 223 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.13 |
| HSL | 278.04º | 0.64% | 0.65% | - |
| HSV(B) | 278.04º | 0.5% | 0.87% | - |
| XYZ | 38.3 | 26.64 | 72.94 | - |
| YUV | 145 | 172.02 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 111 | 223 | 0.18 | 0.50 | 0 | 0.13 | 278.04 | 0.64 | 0.65 |
| Hex | B6 | 6F | DF | 12 | 32 | 0 | D | 116 | 40 | 41 |
| Octal | 266 | 157 | 337 | 22 | 62 | 0 | 15 | 426 | 100 | 101 |
| Binary | 10110110 | 1101111 | 11011111 | 10010 | 110010 | 0 | 1101 | 100010110 | 1000000 | 1000001 |
Color Harmonies of #B66FDF
Complementary color
Monochromatic Colors of #B66FDF
Black with #B66FDF
Text Example
Text Example
White with #B66FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B66FDF; }
p { color: rgb(182,111,223); }
H1.HeaderClassName
{
color: #B66FDF;
}
.AnyTagClassName
{
color: #B66FDF;
}
</style>
background-color css
<style>
a { background-color: #B66FDF; }
a { background-color: rgb(182,111,223); }
div.DivClassName
{
background-color: #B66FDF;
}
.BgClassName
{
background-color: #B66FDF;
}
</style>
border-color css
<style>
span { border-color: #B66FDF; }
span { border-color: rgb(182,111,223); }
td.TdClassName
{
border-color: #B66FDF;
}
.TagClassName
{
border-color: #B66FDF;
}
</style>