Shades of Medium Orchid #B14DD4
Tints of Medium Orchid #B14DD4
RGB
CMYK
RGB Variations
Color information
#B14DD4 (or 0xB14DD4) is known color: Medium Orchid. HEX triplet: B1, 4D and D4. RGB value is (177,77,212). Sum of RGB (Red+Green+Blue) = 177+77+212=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #B14DD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DD4 is #4EB22B. Grayscale: #797979. Windows color (decimal): -5157420 or 13913521. OLE color: 13913521.
HSL color Cylindrical-coordinate representation of color #B14DD4: hue angle of 284.44º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14DD4 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 177 | 77 | 212 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.17 |
| HSL | 284.44º | 0.61% | 0.57% | - |
| HSV(B) | 284.44º | 0.64% | 0.83% | - |
| XYZ | 32.67 | 19.41 | 64.31 | - |
| YUV | 122.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 212 | 0.17 | 0.64 | 0 | 0.17 | 284.44 | 0.61 | 0.57 |
| Hex | B1 | 4D | D4 | 11 | 40 | 0 | 11 | 11C | 3D | 39 |
| Octal | 261 | 115 | 324 | 21 | 100 | 0 | 21 | 434 | 75 | 71 |
| Binary | 10110001 | 1001101 | 11010100 | 10001 | 1000000 | 0 | 10001 | 100011100 | 111101 | 111001 |
Color Harmonies of #B14DD4
Complementary color
Monochromatic Colors of #B14DD4
Black with #B14DD4
Text Example
Text Example
White with #B14DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DD4; }
p { color: rgb(177,77,212); }
H1.HeaderClassName
{
color: #B14DD4;
}
.AnyTagClassName
{
color: #B14DD4;
}
</style>
background-color css
<style>
a { background-color: #B14DD4; }
a { background-color: rgb(177,77,212); }
div.DivClassName
{
background-color: #B14DD4;
}
.BgClassName
{
background-color: #B14DD4;
}
</style>
border-color css
<style>
span { border-color: #B14DD4; }
span { border-color: rgb(177,77,212); }
td.TdClassName
{
border-color: #B14DD4;
}
.TagClassName
{
border-color: #B14DD4;
}
</style>