Shades of Medium Orchid #B861DF
Tints of Medium Orchid #B861DF
RGB
CMYK
RGB Variations
Color information
#B861DF (or 0xB861DF) is known color: Medium Orchid. HEX triplet: B8, 61 and DF. RGB value is (184,97,223). Sum of RGB (Red+Green+Blue) = 184+97+223=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 97 (38.28% from 255 or 19.25% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #B861DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B861DF is #479E20. Grayscale: #888888. Windows color (decimal): -4693537 or 14639544. OLE color: 14639544.
HSL color Cylindrical-coordinate representation of color #B861DF: hue angle of 281.43º 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 #B861DF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 97 | 223 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.13 |
| HSL | 281.43º | 0.66% | 0.63% | - |
| HSV(B) | 281.43º | 0.57% | 0.87% | - |
| XYZ | 37.36 | 24.07 | 72.49 | - |
| YUV | 137.38 | 176.32 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 97 | 223 | 0.17 | 0.57 | 0 | 0.13 | 281.43 | 0.66 | 0.63 |
| Hex | B8 | 61 | DF | 11 | 39 | 0 | D | 119 | 42 | 3F |
| Octal | 270 | 141 | 337 | 21 | 71 | 0 | 15 | 431 | 102 | 77 |
| Binary | 10111000 | 1100001 | 11011111 | 10001 | 111001 | 0 | 1101 | 100011001 | 1000010 | 111111 |
Color Harmonies of #B861DF
Complementary color
Monochromatic Colors of #B861DF
Black with #B861DF
Text Example
Text Example
White with #B861DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B861DF; }
p { color: rgb(184,97,223); }
H1.HeaderClassName
{
color: #B861DF;
}
.AnyTagClassName
{
color: #B861DF;
}
</style>
background-color css
<style>
a { background-color: #B861DF; }
a { background-color: rgb(184,97,223); }
div.DivClassName
{
background-color: #B861DF;
}
.BgClassName
{
background-color: #B861DF;
}
</style>
border-color css
<style>
span { border-color: #B861DF; }
span { border-color: rgb(184,97,223); }
td.TdClassName
{
border-color: #B861DF;
}
.TagClassName
{
border-color: #B861DF;
}
</style>