Shades of Medium Orchid #B163C1
Tints of Medium Orchid #B163C1
RGB
CMYK
RGB Variations
Color information
#B163C1 (or 0xB163C1) is known color: Medium Orchid. HEX triplet: B1, 63 and C1. RGB value is (177,99,193). Sum of RGB (Red+Green+Blue) = 177+99+193=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 193 - color contains mainly: blue. Hex color #B163C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163C1 is #4E9C3E. Grayscale: #848484. Windows color (decimal): -5151807 or 12673969. OLE color: 12673969.
HSL color Cylindrical-coordinate representation of color #B163C1: hue angle of 289.79º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B163C1 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 177 | 99 | 193 | - |
| CMYK | 0.08 | 0.49 | 0 | 0.24 |
| HSL | 289.79º | 0.43% | 0.57% | - |
| HSV(B) | 289.79º | 0.49% | 0.76% | - |
| XYZ | 32.22 | 22.12 | 53.02 | - |
| YUV | 133.04 | 161.84 | 159.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 193 | 0.08 | 0.49 | 0 | 0.24 | 289.79 | 0.43 | 0.57 |
| Hex | B1 | 63 | C1 | 8 | 31 | 0 | 18 | 122 | 2B | 39 |
| Octal | 261 | 143 | 301 | 10 | 61 | 0 | 30 | 442 | 53 | 71 |
| Binary | 10110001 | 1100011 | 11000001 | 1000 | 110001 | 0 | 11000 | 100100010 | 101011 | 111001 |
Color Harmonies of #B163C1
Complementary color
Monochromatic Colors of #B163C1
Black with #B163C1
Text Example
Text Example
White with #B163C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163C1; }
p { color: rgb(177,99,193); }
H1.HeaderClassName
{
color: #B163C1;
}
.AnyTagClassName
{
color: #B163C1;
}
</style>
background-color css
<style>
a { background-color: #B163C1; }
a { background-color: rgb(177,99,193); }
div.DivClassName
{
background-color: #B163C1;
}
.BgClassName
{
background-color: #B163C1;
}
</style>
border-color css
<style>
span { border-color: #B163C1; }
span { border-color: rgb(177,99,193); }
td.TdClassName
{
border-color: #B163C1;
}
.TagClassName
{
border-color: #B163C1;
}
</style>