Shades of Medium Orchid #B163DF
Tints of Medium Orchid #B163DF
RGB
CMYK
RGB Variations
Color information
#B163DF (or 0xB163DF) is known color: Medium Orchid. HEX triplet: B1, 63 and DF. RGB value is (177,99,223). Sum of RGB (Red+Green+Blue) = 177+99+223=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 223 - color contains mainly: blue. Hex color #B163DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163DF is #4E9C20. Grayscale: #888888. Windows color (decimal): -5151777 or 14640049. OLE color: 14640049.
HSL color Cylindrical-coordinate representation of color #B163DF: hue angle of 277.74º 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 #B163DF is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 99 | 223 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.13 |
| HSL | 277.74º | 0.66% | 0.63% | - |
| HSV(B) | 277.74º | 0.56% | 0.87% | - |
| XYZ | 35.91 | 23.6 | 72.47 | - |
| YUV | 136.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 223 | 0.21 | 0.56 | 0 | 0.13 | 277.74 | 0.66 | 0.63 |
| Hex | B1 | 63 | DF | 15 | 38 | 0 | D | 116 | 42 | 3F |
| Octal | 261 | 143 | 337 | 25 | 70 | 0 | 15 | 426 | 102 | 77 |
| Binary | 10110001 | 1100011 | 11011111 | 10101 | 111000 | 0 | 1101 | 100010110 | 1000010 | 111111 |
Color Harmonies of #B163DF
Complementary color
Monochromatic Colors of #B163DF
Black with #B163DF
Text Example
Text Example
White with #B163DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163DF; }
p { color: rgb(177,99,223); }
H1.HeaderClassName
{
color: #B163DF;
}
.AnyTagClassName
{
color: #B163DF;
}
</style>
background-color css
<style>
a { background-color: #B163DF; }
a { background-color: rgb(177,99,223); }
div.DivClassName
{
background-color: #B163DF;
}
.BgClassName
{
background-color: #B163DF;
}
</style>
border-color css
<style>
span { border-color: #B163DF; }
span { border-color: rgb(177,99,223); }
td.TdClassName
{
border-color: #B163DF;
}
.TagClassName
{
border-color: #B163DF;
}
</style>