Shades of Medium Orchid #B16BCF
Tints of Medium Orchid #B16BCF
RGB
CMYK
RGB Variations
Color information
#B16BCF (or 0xB16BCF) is known color: Medium Orchid. HEX triplet: B1, 6B and CF. RGB value is (177,107,207). Sum of RGB (Red+Green+Blue) = 177+107+207=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 107 (42.19% from 255 or 21.79% from 491); Blue value is 207 (81.25% from 255 or 42.16% from 491); Max value from RGB is 207 - color contains mainly: blue. Hex color #B16BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B16BCF is #4E9430. Grayscale: #8B8B8B. Windows color (decimal): -5149745 or 13593521. OLE color: 13593521.
HSL color Cylindrical-coordinate representation of color #B16BCF: hue angle of 282º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B16BCF is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 177 | 107 | 207 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.19 |
| HSL | 282º | 0.51% | 0.62% | - |
| HSV(B) | 282º | 0.48% | 0.81% | - |
| XYZ | 34.65 | 24.37 | 61.91 | - |
| YUV | 139.33 | 166.19 | 154.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 107 | 207 | 0.14 | 0.48 | 0 | 0.19 | 282 | 0.51 | 0.62 |
| Hex | B1 | 6B | CF | E | 30 | 0 | 13 | 11A | 33 | 3E |
| Octal | 261 | 153 | 317 | 16 | 60 | 0 | 23 | 432 | 63 | 76 |
| Binary | 10110001 | 1101011 | 11001111 | 1110 | 110000 | 0 | 10011 | 100011010 | 110011 | 111110 |
Color Harmonies of #B16BCF
Complementary color
Monochromatic Colors of #B16BCF
Black with #B16BCF
Text Example
Text Example
White with #B16BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B16BCF; }
p { color: rgb(177,107,207); }
H1.HeaderClassName
{
color: #B16BCF;
}
.AnyTagClassName
{
color: #B16BCF;
}
</style>
background-color css
<style>
a { background-color: #B16BCF; }
a { background-color: rgb(177,107,207); }
div.DivClassName
{
background-color: #B16BCF;
}
.BgClassName
{
background-color: #B16BCF;
}
</style>
border-color css
<style>
span { border-color: #B16BCF; }
span { border-color: rgb(177,107,207); }
td.TdClassName
{
border-color: #B16BCF;
}
.TagClassName
{
border-color: #B16BCF;
}
</style>