Shades of Medium Orchid #B163D0
Tints of Medium Orchid #B163D0
RGB
CMYK
RGB Variations
Color information
#B163D0 (or 0xB163D0) is known color: Medium Orchid. HEX triplet: B1, 63 and D0. RGB value is (177,99,208). Sum of RGB (Red+Green+Blue) = 177+99+208=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #B163D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163D0 is #4E9C2F. Grayscale: #868686. Windows color (decimal): -5151792 or 13657009. OLE color: 13657009.
HSL color Cylindrical-coordinate representation of color #B163D0: hue angle of 282.94º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B163D0 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 99 | 208 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.18 |
| HSL | 282.94º | 0.54% | 0.6% | - |
| HSV(B) | 282.94º | 0.52% | 0.82% | - |
| XYZ | 33.98 | 22.82 | 62.29 | - |
| YUV | 134.75 | 169.34 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 208 | 0.15 | 0.52 | 0 | 0.18 | 282.94 | 0.54 | 0.6 |
| Hex | B1 | 63 | D0 | F | 34 | 0 | 12 | 11B | 36 | 3C |
| Octal | 261 | 143 | 320 | 17 | 64 | 0 | 22 | 433 | 66 | 74 |
| Binary | 10110001 | 1100011 | 11010000 | 1111 | 110100 | 0 | 10010 | 100011011 | 110110 | 111100 |
Color Harmonies of #B163D0
Complementary color
Monochromatic Colors of #B163D0
Black with #B163D0
Text Example
Text Example
White with #B163D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163D0; }
p { color: rgb(177,99,208); }
H1.HeaderClassName
{
color: #B163D0;
}
.AnyTagClassName
{
color: #B163D0;
}
</style>
background-color css
<style>
a { background-color: #B163D0; }
a { background-color: rgb(177,99,208); }
div.DivClassName
{
background-color: #B163D0;
}
.BgClassName
{
background-color: #B163D0;
}
</style>
border-color css
<style>
span { border-color: #B163D0; }
span { border-color: rgb(177,99,208); }
td.TdClassName
{
border-color: #B163D0;
}
.TagClassName
{
border-color: #B163D0;
}
</style>