Shades of Medium Orchid #B168DB
Tints of Medium Orchid #B168DB
RGB
CMYK
RGB Variations
Color information
#B168DB (or 0xB168DB) is known color: Medium Orchid. HEX triplet: B1, 68 and DB. RGB value is (177,104,219). Sum of RGB (Red+Green+Blue) = 177+104+219=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 219 (85.94% from 255 or 43.8% from 500); Max value from RGB is 219 - color contains mainly: blue. Hex color #B168DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168DB is #4E9724. Grayscale: #8A8A8A. Windows color (decimal): -5150501 or 14379185. OLE color: 14379185.
HSL color Cylindrical-coordinate representation of color #B168DB: hue angle of 278.09º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B168DB is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 104 | 219 | - |
| CMYK | 0.19 | 0.53 | 0 | 0.14 |
| HSL | 278.09º | 0.61% | 0.63% | - |
| HSV(B) | 278.09º | 0.53% | 0.86% | - |
| XYZ | 35.87 | 24.36 | 69.83 | - |
| YUV | 138.94 | 173.18 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 219 | 0.19 | 0.53 | 0 | 0.14 | 278.09 | 0.61 | 0.63 |
| Hex | B1 | 68 | DB | 13 | 35 | 0 | E | 116 | 3D | 3F |
| Octal | 261 | 150 | 333 | 23 | 65 | 0 | 16 | 426 | 75 | 77 |
| Binary | 10110001 | 1101000 | 11011011 | 10011 | 110101 | 0 | 1110 | 100010110 | 111101 | 111111 |
Color Harmonies of #B168DB
Complementary color
Monochromatic Colors of #B168DB
Black with #B168DB
Text Example
Text Example
White with #B168DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168DB; }
p { color: rgb(177,104,219); }
H1.HeaderClassName
{
color: #B168DB;
}
.AnyTagClassName
{
color: #B168DB;
}
</style>
background-color css
<style>
a { background-color: #B168DB; }
a { background-color: rgb(177,104,219); }
div.DivClassName
{
background-color: #B168DB;
}
.BgClassName
{
background-color: #B168DB;
}
</style>
border-color css
<style>
span { border-color: #B168DB; }
span { border-color: rgb(177,104,219); }
td.TdClassName
{
border-color: #B168DB;
}
.TagClassName
{
border-color: #B168DB;
}
</style>