Shades of Medium Orchid #B14FD1
Tints of Medium Orchid #B14FD1
RGB
CMYK
RGB Variations
Color information
#B14FD1 (or 0xB14FD1) is known color: Medium Orchid. HEX triplet: B1, 4F and D1. RGB value is (177,79,209). Sum of RGB (Red+Green+Blue) = 177+79+209=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 79 (31.25% from 255 or 16.99% from 465); Blue value is 209 (82.03% from 255 or 44.95% from 465); Max value from RGB is 209 - color contains mainly: blue. Hex color #B14FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FD1 is #4EB02E. Grayscale: #7A7A7A. Windows color (decimal): -5156911 or 13717425. OLE color: 13717425.
HSL color Cylindrical-coordinate representation of color #B14FD1: hue angle of 285.23º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14FD1 is Cyan = 0.15, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 79 | 209 | - |
| CMYK | 0.15 | 0.62 | 0 | 0.18 |
| HSL | 285.23º | 0.59% | 0.56% | - |
| HSV(B) | 285.23º | 0.62% | 0.82% | - |
| XYZ | 32.44 | 19.54 | 62.38 | - |
| YUV | 123.12 | 176.47 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 209 | 0.15 | 0.62 | 0 | 0.18 | 285.23 | 0.59 | 0.56 |
| Hex | B1 | 4F | D1 | F | 3E | 0 | 12 | 11D | 3B | 38 |
| Octal | 261 | 117 | 321 | 17 | 76 | 0 | 22 | 435 | 73 | 70 |
| Binary | 10110001 | 1001111 | 11010001 | 1111 | 111110 | 0 | 10010 | 100011101 | 111011 | 111000 |
Color Harmonies of #B14FD1
Complementary color
Monochromatic Colors of #B14FD1
Black with #B14FD1
Text Example
Text Example
White with #B14FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FD1; }
p { color: rgb(177,79,209); }
H1.HeaderClassName
{
color: #B14FD1;
}
.AnyTagClassName
{
color: #B14FD1;
}
</style>
background-color css
<style>
a { background-color: #B14FD1; }
a { background-color: rgb(177,79,209); }
div.DivClassName
{
background-color: #B14FD1;
}
.BgClassName
{
background-color: #B14FD1;
}
</style>
border-color css
<style>
span { border-color: #B14FD1; }
span { border-color: rgb(177,79,209); }
td.TdClassName
{
border-color: #B14FD1;
}
.TagClassName
{
border-color: #B14FD1;
}
</style>