Shades of Medium Orchid #B163CC
Tints of Medium Orchid #B163CC
RGB
CMYK
RGB Variations
Color information
#B163CC (or 0xB163CC) is known color: Medium Orchid. HEX triplet: B1, 63 and CC. RGB value is (177,99,204). Sum of RGB (Red+Green+Blue) = 177+99+204=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 204 (80.08% from 255 or 42.5% from 480); Max value from RGB is 204 - color contains mainly: blue. Hex color #B163CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163CC is #4E9C33. Grayscale: #858585. Windows color (decimal): -5151796 or 13394865. OLE color: 13394865.
HSL color Cylindrical-coordinate representation of color #B163CC: hue angle of 284.57º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B163CC is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 99 | 204 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.2 |
| HSL | 284.57º | 0.51% | 0.59% | - |
| HSV(B) | 284.57º | 0.51% | 0.8% | - |
| XYZ | 33.49 | 22.63 | 59.73 | - |
| YUV | 134.29 | 167.34 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 204 | 0.13 | 0.51 | 0 | 0.2 | 284.57 | 0.51 | 0.59 |
| Hex | B1 | 63 | CC | D | 33 | 0 | 14 | 11D | 33 | 3B |
| Octal | 261 | 143 | 314 | 15 | 63 | 0 | 24 | 435 | 63 | 73 |
| Binary | 10110001 | 1100011 | 11001100 | 1101 | 110011 | 0 | 10100 | 100011101 | 110011 | 111011 |
Color Harmonies of #B163CC
Complementary color
Monochromatic Colors of #B163CC
Black with #B163CC
Text Example
Text Example
White with #B163CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163CC; }
p { color: rgb(177,99,204); }
H1.HeaderClassName
{
color: #B163CC;
}
.AnyTagClassName
{
color: #B163CC;
}
</style>
background-color css
<style>
a { background-color: #B163CC; }
a { background-color: rgb(177,99,204); }
div.DivClassName
{
background-color: #B163CC;
}
.BgClassName
{
background-color: #B163CC;
}
</style>
border-color css
<style>
span { border-color: #B163CC; }
span { border-color: rgb(177,99,204); }
td.TdClassName
{
border-color: #B163CC;
}
.TagClassName
{
border-color: #B163CC;
}
</style>