Shades of Medium Orchid #B16BDD
Tints of Medium Orchid #B16BDD
RGB
CMYK
RGB Variations
Color information
#B16BDD (or 0xB16BDD) is known color: Medium Orchid. HEX triplet: B1, 6B and DD. RGB value is (177,107,221). Sum of RGB (Red+Green+Blue) = 177+107+221=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 107 (42.19% from 255 or 21.19% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #B16BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BDD is #4E9422. Grayscale: #8C8C8C. Windows color (decimal): -5149731 or 14511025. OLE color: 14511025.
HSL color Cylindrical-coordinate representation of color #B16BDD: hue angle of 276.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B16BDD is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 107 | 221 | - |
| CMYK | 0.20 | 0.52 | 0 | 0.13 |
| HSL | 276.84º | 0.63% | 0.64% | - |
| HSV(B) | 276.84º | 0.52% | 0.87% | - |
| XYZ | 36.44 | 25.08 | 71.33 | - |
| YUV | 140.93 | 173.19 | 153.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 221 | 0.20 | 0.52 | 0 | 0.13 | 276.84 | 0.63 | 0.64 |
| Hex | B1 | 6B | DD | 14 | 34 | 0 | D | 115 | 3F | 40 |
| Octal | 261 | 153 | 335 | 24 | 64 | 0 | 15 | 425 | 77 | 100 |
| Binary | 10110001 | 1101011 | 11011101 | 10100 | 110100 | 0 | 1101 | 100010101 | 111111 | 1000000 |
Color Harmonies of #B16BDD
Complementary color
Monochromatic Colors of #B16BDD
Black with #B16BDD
Text Example
Text Example
White with #B16BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16BDD; }
p { color: rgb(177,107,221); }
H1.HeaderClassName
{
color: #B16BDD;
}
.AnyTagClassName
{
color: #B16BDD;
}
</style>
background-color css
<style>
a { background-color: #B16BDD; }
a { background-color: rgb(177,107,221); }
div.DivClassName
{
background-color: #B16BDD;
}
.BgClassName
{
background-color: #B16BDD;
}
</style>
border-color css
<style>
span { border-color: #B16BDD; }
span { border-color: rgb(177,107,221); }
td.TdClassName
{
border-color: #B16BDD;
}
.TagClassName
{
border-color: #B16BDD;
}
</style>