Shades of Medium Orchid #B14DC6
Tints of Medium Orchid #B14DC6
RGB
CMYK
RGB Variations
Color information
#B14DC6 (or 0xB14DC6) is known color: Medium Orchid. HEX triplet: B1, 4D and C6. RGB value is (177,77,198). Sum of RGB (Red+Green+Blue) = 177+77+198=452 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.16% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 198 (77.73% from 255 or 43.81% from 452); Max value from RGB is 198 - color contains mainly: blue. Hex color #B14DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DC6 is #4EB239. Grayscale: #787878. Windows color (decimal): -5157434 or 12996017. OLE color: 12996017.
HSL color Cylindrical-coordinate representation of color #B14DC6: hue angle of 289.59º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14DC6 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 77 | 198 | - |
| CMYK | 0.11 | 0.61 | 0 | 0.22 |
| HSL | 289.59º | 0.51% | 0.54% | - |
| HSV(B) | 289.59º | 0.61% | 0.78% | - |
| XYZ | 30.98 | 18.73 | 55.41 | - |
| YUV | 120.69 | 171.63 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 198 | 0.11 | 0.61 | 0 | 0.22 | 289.59 | 0.51 | 0.54 |
| Hex | B1 | 4D | C6 | B | 3D | 0 | 16 | 122 | 33 | 36 |
| Octal | 261 | 115 | 306 | 13 | 75 | 0 | 26 | 442 | 63 | 66 |
| Binary | 10110001 | 1001101 | 11000110 | 1011 | 111101 | 0 | 10110 | 100100010 | 110011 | 110110 |
Color Harmonies of #B14DC6
Complementary color
Monochromatic Colors of #B14DC6
Black with #B14DC6
Text Example
Text Example
White with #B14DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DC6; }
p { color: rgb(177,77,198); }
H1.HeaderClassName
{
color: #B14DC6;
}
.AnyTagClassName
{
color: #B14DC6;
}
</style>
background-color css
<style>
a { background-color: #B14DC6; }
a { background-color: rgb(177,77,198); }
div.DivClassName
{
background-color: #B14DC6;
}
.BgClassName
{
background-color: #B14DC6;
}
</style>
border-color css
<style>
span { border-color: #B14DC6; }
span { border-color: rgb(177,77,198); }
td.TdClassName
{
border-color: #B14DC6;
}
.TagClassName
{
border-color: #B14DC6;
}
</style>