Shades of Medium Orchid #B14DC9
Tints of Medium Orchid #B14DC9
RGB
CMYK
RGB Variations
Color information
#B14DC9 (or 0xB14DC9) is known color: Medium Orchid. HEX triplet: B1, 4D and C9. RGB value is (177,77,201). Sum of RGB (Red+Green+Blue) = 177+77+201=455 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.90% from 455); Green value is 77 (30.47% from 255 or 16.92% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 201 - color contains mainly: blue. Hex color #B14DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DC9 is #4EB236. Grayscale: #787878. Windows color (decimal): -5157431 or 13192625. OLE color: 13192625.
HSL color Cylindrical-coordinate representation of color #B14DC9: hue angle of 288.39º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14DC9 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 77 | 201 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.21 |
| HSL | 288.39º | 0.53% | 0.55% | - |
| HSV(B) | 288.39º | 0.62% | 0.79% | - |
| XYZ | 31.33 | 18.87 | 57.25 | - |
| YUV | 121.04 | 173.13 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 201 | 0.12 | 0.62 | 0 | 0.21 | 288.39 | 0.53 | 0.55 |
| Hex | B1 | 4D | C9 | C | 3E | 0 | 15 | 120 | 35 | 37 |
| Octal | 261 | 115 | 311 | 14 | 76 | 0 | 25 | 440 | 65 | 67 |
| Binary | 10110001 | 1001101 | 11001001 | 1100 | 111110 | 0 | 10101 | 100100000 | 110101 | 110111 |
Color Harmonies of #B14DC9
Complementary color
Monochromatic Colors of #B14DC9
Black with #B14DC9
Text Example
Text Example
White with #B14DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DC9; }
p { color: rgb(177,77,201); }
H1.HeaderClassName
{
color: #B14DC9;
}
.AnyTagClassName
{
color: #B14DC9;
}
</style>
background-color css
<style>
a { background-color: #B14DC9; }
a { background-color: rgb(177,77,201); }
div.DivClassName
{
background-color: #B14DC9;
}
.BgClassName
{
background-color: #B14DC9;
}
</style>
border-color css
<style>
span { border-color: #B14DC9; }
span { border-color: rgb(177,77,201); }
td.TdClassName
{
border-color: #B14DC9;
}
.TagClassName
{
border-color: #B14DC9;
}
</style>