Shades of Medium Orchid #B14ADD
Tints of Medium Orchid #B14ADD
RGB
CMYK
RGB Variations
Color information
#B14ADD (or 0xB14ADD) is known color: Medium Orchid. HEX triplet: B1, 4A and DD. RGB value is (177,74,221). Sum of RGB (Red+Green+Blue) = 177+74+221=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 74 (29.30% from 255 or 15.68% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #B14ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14ADD is #4EB522. Grayscale: #797979. Windows color (decimal): -5158179 or 14502577. OLE color: 14502577.
HSL color Cylindrical-coordinate representation of color #B14ADD: hue angle of 282.04º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B14ADD is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 74 | 221 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.13 |
| HSL | 282.04º | 0.68% | 0.58% | - |
| HSV(B) | 282.04º | 0.67% | 0.87% | - |
| XYZ | 33.63 | 19.47 | 70.39 | - |
| YUV | 121.56 | 184.12 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 74 | 221 | 0.20 | 0.67 | 0 | 0.13 | 282.04 | 0.68 | 0.58 |
| Hex | B1 | 4A | DD | 14 | 43 | 0 | D | 11A | 44 | 3A |
| Octal | 261 | 112 | 335 | 24 | 103 | 0 | 15 | 432 | 104 | 72 |
| Binary | 10110001 | 1001010 | 11011101 | 10100 | 1000011 | 0 | 1101 | 100011010 | 1000100 | 111010 |
Color Harmonies of #B14ADD
Complementary color
Monochromatic Colors of #B14ADD
Black with #B14ADD
Text Example
Text Example
White with #B14ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14ADD; }
p { color: rgb(177,74,221); }
H1.HeaderClassName
{
color: #B14ADD;
}
.AnyTagClassName
{
color: #B14ADD;
}
</style>
background-color css
<style>
a { background-color: #B14ADD; }
a { background-color: rgb(177,74,221); }
div.DivClassName
{
background-color: #B14ADD;
}
.BgClassName
{
background-color: #B14ADD;
}
</style>
border-color css
<style>
span { border-color: #B14ADD; }
span { border-color: rgb(177,74,221); }
td.TdClassName
{
border-color: #B14ADD;
}
.TagClassName
{
border-color: #B14ADD;
}
</style>