Shades of Medium Orchid #B167CF
Tints of Medium Orchid #B167CF
RGB
CMYK
RGB Variations
Color information
#B167CF (or 0xB167CF) is known color: Medium Orchid. HEX triplet: B1, 67 and CF. RGB value is (177,103,207). Sum of RGB (Red+Green+Blue) = 177+103+207=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 207 (81.25% from 255 or 42.51% from 487); Max value from RGB is 207 - color contains mainly: blue. Hex color #B167CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B167CF is #4E9830. Grayscale: #888888. Windows color (decimal): -5150769 or 13592497. OLE color: 13592497.
HSL color Cylindrical-coordinate representation of color #B167CF: hue angle of 282.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B167CF is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 103 | 207 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.19 |
| HSL | 282.69º | 0.52% | 0.61% | - |
| HSV(B) | 282.69º | 0.5% | 0.81% | - |
| XYZ | 34.24 | 23.55 | 61.77 | - |
| YUV | 136.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 103 | 207 | 0.14 | 0.50 | 0 | 0.19 | 282.69 | 0.52 | 0.61 |
| Hex | B1 | 67 | CF | E | 32 | 0 | 13 | 11B | 34 | 3D |
| Octal | 261 | 147 | 317 | 16 | 62 | 0 | 23 | 433 | 64 | 75 |
| Binary | 10110001 | 1100111 | 11001111 | 1110 | 110010 | 0 | 10011 | 100011011 | 110100 | 111101 |
Color Harmonies of #B167CF
Complementary color
Monochromatic Colors of #B167CF
Black with #B167CF
Text Example
Text Example
White with #B167CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B167CF; }
p { color: rgb(177,103,207); }
H1.HeaderClassName
{
color: #B167CF;
}
.AnyTagClassName
{
color: #B167CF;
}
</style>
background-color css
<style>
a { background-color: #B167CF; }
a { background-color: rgb(177,103,207); }
div.DivClassName
{
background-color: #B167CF;
}
.BgClassName
{
background-color: #B167CF;
}
</style>
border-color css
<style>
span { border-color: #B167CF; }
span { border-color: rgb(177,103,207); }
td.TdClassName
{
border-color: #B167CF;
}
.TagClassName
{
border-color: #B167CF;
}
</style>