Shades of Medium Orchid #B14EDB
Tints of Medium Orchid #B14EDB
RGB
CMYK
RGB Variations
Color information
#B14EDB (or 0xB14EDB) is known color: Medium Orchid. HEX triplet: B1, 4E and DB. RGB value is (177,78,219). Sum of RGB (Red+Green+Blue) = 177+78+219=474 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.34% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 219 - color contains mainly: blue. Hex color #B14EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14EDB is #4EB124. Grayscale: #7B7B7B. Windows color (decimal): -5157157 or 14372529. OLE color: 14372529.
HSL color Cylindrical-coordinate representation of color #B14EDB: hue angle of 282.13º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B14EDB is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 78 | 219 | - |
| CMYK | 0.19 | 0.64 | 0 | 0.14 |
| HSL | 282.13º | 0.66% | 0.58% | - |
| HSV(B) | 282.13º | 0.64% | 0.86% | - |
| XYZ | 33.64 | 19.91 | 69.09 | - |
| YUV | 123.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 78 | 219 | 0.19 | 0.64 | 0 | 0.14 | 282.13 | 0.66 | 0.58 |
| Hex | B1 | 4E | DB | 13 | 40 | 0 | E | 11A | 42 | 3A |
| Octal | 261 | 116 | 333 | 23 | 100 | 0 | 16 | 432 | 102 | 72 |
| Binary | 10110001 | 1001110 | 11011011 | 10011 | 1000000 | 0 | 1110 | 100011010 | 1000010 | 111010 |
Color Harmonies of #B14EDB
Complementary color
Monochromatic Colors of #B14EDB
Black with #B14EDB
Text Example
Text Example
White with #B14EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14EDB; }
p { color: rgb(177,78,219); }
H1.HeaderClassName
{
color: #B14EDB;
}
.AnyTagClassName
{
color: #B14EDB;
}
</style>
background-color css
<style>
a { background-color: #B14EDB; }
a { background-color: rgb(177,78,219); }
div.DivClassName
{
background-color: #B14EDB;
}
.BgClassName
{
background-color: #B14EDB;
}
</style>
border-color css
<style>
span { border-color: #B14EDB; }
span { border-color: rgb(177,78,219); }
td.TdClassName
{
border-color: #B14EDB;
}
.TagClassName
{
border-color: #B14EDB;
}
</style>