Shades of Medium Orchid #B168DF
Tints of Medium Orchid #B168DF
RGB
CMYK
RGB Variations
Color information
#B168DF (or 0xB168DF) is known color: Medium Orchid. HEX triplet: B1, 68 and DF. RGB value is (177,104,223). Sum of RGB (Red+Green+Blue) = 177+104+223=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 223 (87.5% from 255 or 44.25% from 504); Max value from RGB is 223 - color contains mainly: blue. Hex color #B168DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B168DF is #4E9720. Grayscale: #8A8A8A. Windows color (decimal): -5150497 or 14641329. OLE color: 14641329.
HSL color Cylindrical-coordinate representation of color #B168DF: hue angle of 276.81º degrees, saturation: 0.65, 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 #B168DF is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 104 | 223 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.13 |
| HSL | 276.81º | 0.65% | 0.64% | - |
| HSV(B) | 276.81º | 0.53% | 0.87% | - |
| XYZ | 36.4 | 24.58 | 72.64 | - |
| YUV | 139.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 104 | 223 | 0.21 | 0.53 | 0 | 0.13 | 276.81 | 0.65 | 0.64 |
| Hex | B1 | 68 | DF | 15 | 35 | 0 | D | 115 | 41 | 40 |
| Octal | 261 | 150 | 337 | 25 | 65 | 0 | 15 | 425 | 101 | 100 |
| Binary | 10110001 | 1101000 | 11011111 | 10101 | 110101 | 0 | 1101 | 100010101 | 1000001 | 1000000 |
Color Harmonies of #B168DF
Complementary color
Monochromatic Colors of #B168DF
Black with #B168DF
Text Example
Text Example
White with #B168DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B168DF; }
p { color: rgb(177,104,223); }
H1.HeaderClassName
{
color: #B168DF;
}
.AnyTagClassName
{
color: #B168DF;
}
</style>
background-color css
<style>
a { background-color: #B168DF; }
a { background-color: rgb(177,104,223); }
div.DivClassName
{
background-color: #B168DF;
}
.BgClassName
{
background-color: #B168DF;
}
</style>
border-color css
<style>
span { border-color: #B168DF; }
span { border-color: rgb(177,104,223); }
td.TdClassName
{
border-color: #B168DF;
}
.TagClassName
{
border-color: #B168DF;
}
</style>