Shades of Medium Orchid #B863DD
Tints of Medium Orchid #B863DD
RGB
CMYK
RGB Variations
Color information
#B863DD (or 0xB863DD) is known color: Medium Orchid. HEX triplet: B8, 63 and DD. RGB value is (184,99,221). Sum of RGB (Red+Green+Blue) = 184+99+221=504 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.51% from 504); Green value is 99 (39.06% from 255 or 19.64% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #B863DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863DD is #479C22. Grayscale: #898989. Windows color (decimal): -4693027 or 14508984. OLE color: 14508984.
HSL color Cylindrical-coordinate representation of color #B863DD: hue angle of 281.8º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B863DD is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 99 | 221 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.13 |
| HSL | 281.8º | 0.64% | 0.63% | - |
| HSV(B) | 281.8º | 0.55% | 0.87% | - |
| XYZ | 37.28 | 24.33 | 71.14 | - |
| YUV | 138.32 | 174.66 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 221 | 0.17 | 0.55 | 0 | 0.13 | 281.8 | 0.64 | 0.63 |
| Hex | B8 | 63 | DD | 11 | 37 | 0 | D | 11A | 40 | 3F |
| Octal | 270 | 143 | 335 | 21 | 67 | 0 | 15 | 432 | 100 | 77 |
| Binary | 10111000 | 1100011 | 11011101 | 10001 | 110111 | 0 | 1101 | 100011010 | 1000000 | 111111 |
Color Harmonies of #B863DD
Complementary color
Monochromatic Colors of #B863DD
Black with #B863DD
Text Example
Text Example
White with #B863DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863DD; }
p { color: rgb(184,99,221); }
H1.HeaderClassName
{
color: #B863DD;
}
.AnyTagClassName
{
color: #B863DD;
}
</style>
background-color css
<style>
a { background-color: #B863DD; }
a { background-color: rgb(184,99,221); }
div.DivClassName
{
background-color: #B863DD;
}
.BgClassName
{
background-color: #B863DD;
}
</style>
border-color css
<style>
span { border-color: #B863DD; }
span { border-color: rgb(184,99,221); }
td.TdClassName
{
border-color: #B863DD;
}
.TagClassName
{
border-color: #B863DD;
}
</style>