Shades of Medium Orchid #B14DDD
Tints of Medium Orchid #B14DDD
RGB
CMYK
RGB Variations
Color information
#B14DDD (or 0xB14DDD) is known color: Medium Orchid. HEX triplet: B1, 4D and DD. RGB value is (177,77,221). Sum of RGB (Red+Green+Blue) = 177+77+221=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 77 (30.47% from 255 or 16.21% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #B14DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DDD is #4EB222. Grayscale: #7A7A7A. Windows color (decimal): -5157411 or 14503345. OLE color: 14503345.
HSL color Cylindrical-coordinate representation of color #B14DDD: hue angle of 281.67º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B14DDD is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 77 | 221 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.13 |
| HSL | 281.67º | 0.68% | 0.58% | - |
| HSV(B) | 281.67º | 0.65% | 0.87% | - |
| XYZ | 33.84 | 19.88 | 70.46 | - |
| YUV | 123.32 | 183.13 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 221 | 0.20 | 0.65 | 0 | 0.13 | 281.67 | 0.68 | 0.58 |
| Hex | B1 | 4D | DD | 14 | 41 | 0 | D | 11A | 44 | 3A |
| Octal | 261 | 115 | 335 | 24 | 101 | 0 | 15 | 432 | 104 | 72 |
| Binary | 10110001 | 1001101 | 11011101 | 10100 | 1000001 | 0 | 1101 | 100011010 | 1000100 | 111010 |
Color Harmonies of #B14DDD
Complementary color
Monochromatic Colors of #B14DDD
Black with #B14DDD
Text Example
Text Example
White with #B14DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DDD; }
p { color: rgb(177,77,221); }
H1.HeaderClassName
{
color: #B14DDD;
}
.AnyTagClassName
{
color: #B14DDD;
}
</style>
background-color css
<style>
a { background-color: #B14DDD; }
a { background-color: rgb(177,77,221); }
div.DivClassName
{
background-color: #B14DDD;
}
.BgClassName
{
background-color: #B14DDD;
}
</style>
border-color css
<style>
span { border-color: #B14DDD; }
span { border-color: rgb(177,77,221); }
td.TdClassName
{
border-color: #B14DDD;
}
.TagClassName
{
border-color: #B14DDD;
}
</style>