Shades of Medium Orchid #B14DDB
Tints of Medium Orchid #B14DDB
RGB
CMYK
RGB Variations
Color information
#B14DDB (or 0xB14DDB) is known color: Medium Orchid. HEX triplet: B1, 4D and DB. RGB value is (177,77,219). Sum of RGB (Red+Green+Blue) = 177+77+219=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 77 (30.47% from 255 or 16.28% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #B14DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DDB is #4EB224. Grayscale: #7A7A7A. Windows color (decimal): -5157413 or 14372273. OLE color: 14372273.
HSL color Cylindrical-coordinate representation of color #B14DDB: hue angle of 282.25º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B14DDB is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 177 | 77 | 219 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.14 |
| HSL | 282.25º | 0.66% | 0.58% | - |
| HSV(B) | 282.25º | 0.65% | 0.86% | - |
| XYZ | 33.57 | 19.77 | 69.06 | - |
| YUV | 123.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 219 | 0.19 | 0.65 | 0 | 0.14 | 282.25 | 0.66 | 0.58 |
| Hex | B1 | 4D | DB | 13 | 41 | 0 | E | 11A | 42 | 3A |
| Octal | 261 | 115 | 333 | 23 | 101 | 0 | 16 | 432 | 102 | 72 |
| Binary | 10110001 | 1001101 | 11011011 | 10011 | 1000001 | 0 | 1110 | 100011010 | 1000010 | 111010 |
Color Harmonies of #B14DDB
Complementary color
Monochromatic Colors of #B14DDB
Black with #B14DDB
Text Example
Text Example
White with #B14DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DDB; }
p { color: rgb(177,77,219); }
H1.HeaderClassName
{
color: #B14DDB;
}
.AnyTagClassName
{
color: #B14DDB;
}
</style>
background-color css
<style>
a { background-color: #B14DDB; }
a { background-color: rgb(177,77,219); }
div.DivClassName
{
background-color: #B14DDB;
}
.BgClassName
{
background-color: #B14DDB;
}
</style>
border-color css
<style>
span { border-color: #B14DDB; }
span { border-color: rgb(177,77,219); }
td.TdClassName
{
border-color: #B14DDB;
}
.TagClassName
{
border-color: #B14DDB;
}
</style>