Shades of Medium Orchid #B168DD
Tints of Medium Orchid #B168DD
RGB
CMYK
RGB Variations
Color information
#B168DD (or 0xB168DD) is known color: Medium Orchid. HEX triplet: B1, 68 and DD. RGB value is (177,104,221). Sum of RGB (Red+Green+Blue) = 177+104+221=502 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.26% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 221 (86.72% from 255 or 44.02% from 502); Max value from RGB is 221 - color contains mainly: blue. Hex color #B168DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168DD is #4E9722. Grayscale: #8A8A8A. Windows color (decimal): -5150499 or 14510257. OLE color: 14510257.
HSL color Cylindrical-coordinate representation of color #B168DD: hue angle of 277.44º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B168DD is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 104 | 221 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.13 |
| HSL | 277.44º | 0.63% | 0.64% | - |
| HSV(B) | 277.44º | 0.53% | 0.87% | - |
| XYZ | 36.13 | 24.47 | 71.23 | - |
| YUV | 139.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 221 | 0.20 | 0.53 | 0 | 0.13 | 277.44 | 0.63 | 0.64 |
| Hex | B1 | 68 | DD | 14 | 35 | 0 | D | 115 | 3F | 40 |
| Octal | 261 | 150 | 335 | 24 | 65 | 0 | 15 | 425 | 77 | 100 |
| Binary | 10110001 | 1101000 | 11011101 | 10100 | 110101 | 0 | 1101 | 100010101 | 111111 | 1000000 |
Color Harmonies of #B168DD
Complementary color
Monochromatic Colors of #B168DD
Black with #B168DD
Text Example
Text Example
White with #B168DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168DD; }
p { color: rgb(177,104,221); }
H1.HeaderClassName
{
color: #B168DD;
}
.AnyTagClassName
{
color: #B168DD;
}
</style>
background-color css
<style>
a { background-color: #B168DD; }
a { background-color: rgb(177,104,221); }
div.DivClassName
{
background-color: #B168DD;
}
.BgClassName
{
background-color: #B168DD;
}
</style>
border-color css
<style>
span { border-color: #B168DD; }
span { border-color: rgb(177,104,221); }
td.TdClassName
{
border-color: #B168DD;
}
.TagClassName
{
border-color: #B168DD;
}
</style>