Shades of Medium Orchid #B863DF
Tints of Medium Orchid #B863DF
RGB
CMYK
RGB Variations
Color information
#B863DF (or 0xB863DF) is known color: Medium Orchid. HEX triplet: B8, 63 and DF. RGB value is (184,99,223). Sum of RGB (Red+Green+Blue) = 184+99+223=506 (67% of max value = 765). Red value is 184 (72.27% from 255 or 36.36% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #B863DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B863DF is #479C20. Grayscale: #8A8A8A. Windows color (decimal): -4693025 or 14640056. OLE color: 14640056.
HSL color Cylindrical-coordinate representation of color #B863DF: hue angle of 281.13º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B863DF is Cyan = 0.17, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 99 | 223 | - |
| CMYK | 0.17 | 0.56 | 0 | 0.13 |
| HSL | 281.13º | 0.66% | 0.63% | - |
| HSV(B) | 281.13º | 0.56% | 0.87% | - |
| XYZ | 37.55 | 24.44 | 72.55 | - |
| YUV | 138.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 99 | 223 | 0.17 | 0.56 | 0 | 0.13 | 281.13 | 0.66 | 0.63 |
| Hex | B8 | 63 | DF | 11 | 38 | 0 | D | 119 | 42 | 3F |
| Octal | 270 | 143 | 337 | 21 | 70 | 0 | 15 | 431 | 102 | 77 |
| Binary | 10111000 | 1100011 | 11011111 | 10001 | 111000 | 0 | 1101 | 100011001 | 1000010 | 111111 |
Color Harmonies of #B863DF
Complementary color
Monochromatic Colors of #B863DF
Black with #B863DF
Text Example
Text Example
White with #B863DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B863DF; }
p { color: rgb(184,99,223); }
H1.HeaderClassName
{
color: #B863DF;
}
.AnyTagClassName
{
color: #B863DF;
}
</style>
background-color css
<style>
a { background-color: #B863DF; }
a { background-color: rgb(184,99,223); }
div.DivClassName
{
background-color: #B863DF;
}
.BgClassName
{
background-color: #B863DF;
}
</style>
border-color css
<style>
span { border-color: #B863DF; }
span { border-color: rgb(184,99,223); }
td.TdClassName
{
border-color: #B863DF;
}
.TagClassName
{
border-color: #B863DF;
}
</style>