Shades of Medium Orchid #B163DC
Tints of Medium Orchid #B163DC
RGB
CMYK
RGB Variations
Color information
#B163DC (or 0xB163DC) is known color: Medium Orchid. HEX triplet: B1, 63 and DC. RGB value is (177,99,220). Sum of RGB (Red+Green+Blue) = 177+99+220=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 220 (86.33% from 255 or 44.35% from 496); Max value from RGB is 220 - color contains mainly: blue. Hex color #B163DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B163DC is #4E9C23. Grayscale: #878787. Windows color (decimal): -5151780 or 14443441. OLE color: 14443441.
HSL color Cylindrical-coordinate representation of color #B163DC: hue angle of 278.68º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B163DC is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 99 | 220 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.14 |
| HSL | 278.68º | 0.63% | 0.63% | - |
| HSV(B) | 278.68º | 0.55% | 0.86% | - |
| XYZ | 35.51 | 23.44 | 70.36 | - |
| YUV | 136.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 99 | 220 | 0.20 | 0.55 | 0 | 0.14 | 278.68 | 0.63 | 0.63 |
| Hex | B1 | 63 | DC | 14 | 37 | 0 | E | 117 | 3F | 3F |
| Octal | 261 | 143 | 334 | 24 | 67 | 0 | 16 | 427 | 77 | 77 |
| Binary | 10110001 | 1100011 | 11011100 | 10100 | 110111 | 0 | 1110 | 100010111 | 111111 | 111111 |
Color Harmonies of #B163DC
Complementary color
Monochromatic Colors of #B163DC
Black with #B163DC
Text Example
Text Example
White with #B163DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B163DC; }
p { color: rgb(177,99,220); }
H1.HeaderClassName
{
color: #B163DC;
}
.AnyTagClassName
{
color: #B163DC;
}
</style>
background-color css
<style>
a { background-color: #B163DC; }
a { background-color: rgb(177,99,220); }
div.DivClassName
{
background-color: #B163DC;
}
.BgClassName
{
background-color: #B163DC;
}
</style>
border-color css
<style>
span { border-color: #B163DC; }
span { border-color: rgb(177,99,220); }
td.TdClassName
{
border-color: #B163DC;
}
.TagClassName
{
border-color: #B163DC;
}
</style>