Shades of Medium Orchid #B966DF
Tints of Medium Orchid #B966DF
RGB
CMYK
RGB Variations
Color information
#B966DF (or 0xB966DF) is known color: Medium Orchid. HEX triplet: B9, 66 and DF. RGB value is (185,102,223). Sum of RGB (Red+Green+Blue) = 185+102+223=510 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.27% from 510); Green value is 102 (40.23% from 255 or 20% from 510); Blue value is 223 (87.5% from 255 or 43.73% from 510); Max value from RGB is 223 - color contains mainly: blue. Hex color #B966DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B966DF is #469920. Grayscale: #8C8C8C. Windows color (decimal): -4626721 or 14640825. OLE color: 14640825.
HSL color Cylindrical-coordinate representation of color #B966DF: hue angle of 281.16º 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 #B966DF is Cyan = 0.17, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 102 | 223 | - |
| CMYK | 0.17 | 0.54 | 0 | 0.13 |
| HSL | 281.16º | 0.65% | 0.64% | - |
| HSV(B) | 281.16º | 0.54% | 0.87% | - |
| XYZ | 38.08 | 25.14 | 72.66 | - |
| YUV | 140.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 102 | 223 | 0.17 | 0.54 | 0 | 0.13 | 281.16 | 0.65 | 0.64 |
| Hex | B9 | 66 | DF | 11 | 36 | 0 | D | 119 | 41 | 40 |
| Octal | 271 | 146 | 337 | 21 | 66 | 0 | 15 | 431 | 101 | 100 |
| Binary | 10111001 | 1100110 | 11011111 | 10001 | 110110 | 0 | 1101 | 100011001 | 1000001 | 1000000 |
Color Harmonies of #B966DF
Complementary color
Monochromatic Colors of #B966DF
Black with #B966DF
Text Example
Text Example
White with #B966DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B966DF; }
p { color: rgb(185,102,223); }
H1.HeaderClassName
{
color: #B966DF;
}
.AnyTagClassName
{
color: #B966DF;
}
</style>
background-color css
<style>
a { background-color: #B966DF; }
a { background-color: rgb(185,102,223); }
div.DivClassName
{
background-color: #B966DF;
}
.BgClassName
{
background-color: #B966DF;
}
</style>
border-color css
<style>
span { border-color: #B966DF; }
span { border-color: rgb(185,102,223); }
td.TdClassName
{
border-color: #B966DF;
}
.TagClassName
{
border-color: #B966DF;
}
</style>