Shades of Medium Orchid #B163CE
Tints of Medium Orchid #B163CE
RGB
CMYK
RGB Variations
Color information
#B163CE (or 0xB163CE) is known color: Medium Orchid. HEX triplet: B1, 63 and CE. RGB value is (177,99,206). Sum of RGB (Red+Green+Blue) = 177+99+206=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 206 - color contains mainly: blue. Hex color #B163CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163CE is #4E9C31. Grayscale: #868686. Windows color (decimal): -5151794 or 13525937. OLE color: 13525937.
HSL color Cylindrical-coordinate representation of color #B163CE: hue angle of 283.74º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B163CE is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 99 | 206 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.19 |
| HSL | 283.74º | 0.52% | 0.6% | - |
| HSV(B) | 283.74º | 0.52% | 0.81% | - |
| XYZ | 33.73 | 22.73 | 61 | - |
| YUV | 134.52 | 168.34 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 206 | 0.14 | 0.52 | 0 | 0.19 | 283.74 | 0.52 | 0.6 |
| Hex | B1 | 63 | CE | E | 34 | 0 | 13 | 11C | 34 | 3C |
| Octal | 261 | 143 | 316 | 16 | 64 | 0 | 23 | 434 | 64 | 74 |
| Binary | 10110001 | 1100011 | 11001110 | 1110 | 110100 | 0 | 10011 | 100011100 | 110100 | 111100 |
Color Harmonies of #B163CE
Complementary color
Monochromatic Colors of #B163CE
Black with #B163CE
Text Example
Text Example
White with #B163CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163CE; }
p { color: rgb(177,99,206); }
H1.HeaderClassName
{
color: #B163CE;
}
.AnyTagClassName
{
color: #B163CE;
}
</style>
background-color css
<style>
a { background-color: #B163CE; }
a { background-color: rgb(177,99,206); }
div.DivClassName
{
background-color: #B163CE;
}
.BgClassName
{
background-color: #B163CE;
}
</style>
border-color css
<style>
span { border-color: #B163CE; }
span { border-color: rgb(177,99,206); }
td.TdClassName
{
border-color: #B163CE;
}
.TagClassName
{
border-color: #B163CE;
}
</style>