Shades of Medium Orchid #B661DF
Tints of Medium Orchid #B661DF
RGB
CMYK
RGB Variations
Color information
#B661DF (or 0xB661DF) is known color: Medium Orchid. HEX triplet: B6, 61 and DF. RGB value is (182,97,223). Sum of RGB (Red+Green+Blue) = 182+97+223=502 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.25% from 502); Green value is 97 (38.28% from 255 or 19.32% from 502); Blue value is 223 (87.5% from 255 or 44.42% from 502); Max value from RGB is 223 - color contains mainly: blue. Hex color #B661DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B661DF is #499E20. Grayscale: #888888. Windows color (decimal): -4824609 or 14639542. OLE color: 14639542.
HSL color Cylindrical-coordinate representation of color #B661DF: hue angle of 280.48º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B661DF is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 182 | 97 | 223 | - |
| CMYK | 0.18 | 0.57 | 0 | 0.13 |
| HSL | 280.48º | 0.66% | 0.63% | - |
| HSV(B) | 280.48º | 0.57% | 0.87% | - |
| XYZ | 36.89 | 23.82 | 72.47 | - |
| YUV | 136.78 | 176.66 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 97 | 223 | 0.18 | 0.57 | 0 | 0.13 | 280.48 | 0.66 | 0.63 |
| Hex | B6 | 61 | DF | 12 | 39 | 0 | D | 118 | 42 | 3F |
| Octal | 266 | 141 | 337 | 22 | 71 | 0 | 15 | 430 | 102 | 77 |
| Binary | 10110110 | 1100001 | 11011111 | 10010 | 111001 | 0 | 1101 | 100011000 | 1000010 | 111111 |
Color Harmonies of #B661DF
Complementary color
Monochromatic Colors of #B661DF
Black with #B661DF
Text Example
Text Example
White with #B661DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B661DF; }
p { color: rgb(182,97,223); }
H1.HeaderClassName
{
color: #B661DF;
}
.AnyTagClassName
{
color: #B661DF;
}
</style>
background-color css
<style>
a { background-color: #B661DF; }
a { background-color: rgb(182,97,223); }
div.DivClassName
{
background-color: #B661DF;
}
.BgClassName
{
background-color: #B661DF;
}
</style>
border-color css
<style>
span { border-color: #B661DF; }
span { border-color: rgb(182,97,223); }
td.TdClassName
{
border-color: #B661DF;
}
.TagClassName
{
border-color: #B661DF;
}
</style>