Shades of Medium Orchid #B266DF
Tints of Medium Orchid #B266DF
RGB
CMYK
RGB Variations
Color information
#B266DF (or 0xB266DF) is known color: Medium Orchid. HEX triplet: B2, 66 and DF. RGB value is (178,102,223). Sum of RGB (Red+Green+Blue) = 178+102+223=503 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.39% from 503); Green value is 102 (40.23% from 255 or 20.28% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #B266DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B266DF is #4D9920. Grayscale: #8A8A8A. Windows color (decimal): -5085473 or 14640818. OLE color: 14640818.
HSL color Cylindrical-coordinate representation of color #B266DF: hue angle of 277.69º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B266DF is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 102 | 223 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.13 |
| HSL | 277.69º | 0.65% | 0.64% | - |
| HSV(B) | 277.69º | 0.54% | 0.87% | - |
| XYZ | 36.43 | 24.3 | 72.58 | - |
| YUV | 138.52 | 175.68 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 102 | 223 | 0.20 | 0.54 | 0 | 0.13 | 277.69 | 0.65 | 0.64 |
| Hex | B2 | 66 | DF | 14 | 36 | 0 | D | 116 | 41 | 40 |
| Octal | 262 | 146 | 337 | 24 | 66 | 0 | 15 | 426 | 101 | 100 |
| Binary | 10110010 | 1100110 | 11011111 | 10100 | 110110 | 0 | 1101 | 100010110 | 1000001 | 1000000 |
Color Harmonies of #B266DF
Complementary color
Monochromatic Colors of #B266DF
Black with #B266DF
Text Example
Text Example
White with #B266DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B266DF; }
p { color: rgb(178,102,223); }
H1.HeaderClassName
{
color: #B266DF;
}
.AnyTagClassName
{
color: #B266DF;
}
</style>
background-color css
<style>
a { background-color: #B266DF; }
a { background-color: rgb(178,102,223); }
div.DivClassName
{
background-color: #B266DF;
}
.BgClassName
{
background-color: #B266DF;
}
</style>
border-color css
<style>
span { border-color: #B266DF; }
span { border-color: rgb(178,102,223); }
td.TdClassName
{
border-color: #B266DF;
}
.TagClassName
{
border-color: #B266DF;
}
</style>