Shades of Medium Orchid #B14BDD
Tints of Medium Orchid #B14BDD
RGB
CMYK
RGB Variations
Color information
#B14BDD (or 0xB14BDD) is known color: Medium Orchid. HEX triplet: B1, 4B and DD. RGB value is (177,75,221). Sum of RGB (Red+Green+Blue) = 177+75+221=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 75 (29.69% from 255 or 15.86% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #B14BDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B14BDD is #4EB422. Grayscale: #797979. Windows color (decimal): -5157923 or 14502833. OLE color: 14502833.
HSL color Cylindrical-coordinate representation of color #B14BDD: hue angle of 281.92º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14BDD is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 75 | 221 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.13 |
| HSL | 281.92º | 0.68% | 0.58% | - |
| HSV(B) | 281.92º | 0.66% | 0.87% | - |
| XYZ | 33.7 | 19.6 | 70.41 | - |
| YUV | 122.14 | 183.79 | 167.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 75 | 221 | 0.20 | 0.66 | 0 | 0.13 | 281.92 | 0.68 | 0.58 |
| Hex | B1 | 4B | DD | 14 | 42 | 0 | D | 11A | 44 | 3A |
| Octal | 261 | 113 | 335 | 24 | 102 | 0 | 15 | 432 | 104 | 72 |
| Binary | 10110001 | 1001011 | 11011101 | 10100 | 1000010 | 0 | 1101 | 100011010 | 1000100 | 111010 |
Color Harmonies of #B14BDD
Complementary color
Monochromatic Colors of #B14BDD
Black with #B14BDD
Text Example
Text Example
White with #B14BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14BDD; }
p { color: rgb(177,75,221); }
H1.HeaderClassName
{
color: #B14BDD;
}
.AnyTagClassName
{
color: #B14BDD;
}
</style>
background-color css
<style>
a { background-color: #B14BDD; }
a { background-color: rgb(177,75,221); }
div.DivClassName
{
background-color: #B14BDD;
}
.BgClassName
{
background-color: #B14BDD;
}
</style>
border-color css
<style>
span { border-color: #B14BDD; }
span { border-color: rgb(177,75,221); }
td.TdClassName
{
border-color: #B14BDD;
}
.TagClassName
{
border-color: #B14BDD;
}
</style>