Shades of Medium Orchid #B167DF
Tints of Medium Orchid #B167DF
RGB
CMYK
RGB Variations
Color information
#B167DF (or 0xB167DF) is known color: Medium Orchid. HEX triplet: B1, 67 and DF. RGB value is (177,103,223). Sum of RGB (Red+Green+Blue) = 177+103+223=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 103 (40.62% from 255 or 20.48% from 503); Blue value is 223 (87.5% from 255 or 44.33% from 503); Max value from RGB is 223 - color contains mainly: blue. Hex color #B167DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167DF is #4E9820. Grayscale: #8A8A8A. Windows color (decimal): -5150753 or 14641073. OLE color: 14641073.
HSL color Cylindrical-coordinate representation of color #B167DF: hue angle of 277º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B167DF is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 103 | 223 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.13 |
| HSL | 277º | 0.65% | 0.64% | - |
| HSV(B) | 277º | 0.54% | 0.87% | - |
| XYZ | 36.3 | 24.38 | 72.6 | - |
| YUV | 138.81 | 175.52 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 223 | 0.21 | 0.54 | 0 | 0.13 | 277 | 0.65 | 0.64 |
| Hex | B1 | 67 | DF | 15 | 36 | 0 | D | 115 | 41 | 40 |
| Octal | 261 | 147 | 337 | 25 | 66 | 0 | 15 | 425 | 101 | 100 |
| Binary | 10110001 | 1100111 | 11011111 | 10101 | 110110 | 0 | 1101 | 100010101 | 1000001 | 1000000 |
Color Harmonies of #B167DF
Complementary color
Monochromatic Colors of #B167DF
Black with #B167DF
Text Example
Text Example
White with #B167DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B167DF; }
p { color: rgb(177,103,223); }
H1.HeaderClassName
{
color: #B167DF;
}
.AnyTagClassName
{
color: #B167DF;
}
</style>
background-color css
<style>
a { background-color: #B167DF; }
a { background-color: rgb(177,103,223); }
div.DivClassName
{
background-color: #B167DF;
}
.BgClassName
{
background-color: #B167DF;
}
</style>
border-color css
<style>
span { border-color: #B167DF; }
span { border-color: rgb(177,103,223); }
td.TdClassName
{
border-color: #B167DF;
}
.TagClassName
{
border-color: #B167DF;
}
</style>