Shades of Medium Orchid #B14FCD
Tints of Medium Orchid #B14FCD
RGB
CMYK
RGB Variations
Color information
#B14FCD (or 0xB14FCD) is known color: Medium Orchid. HEX triplet: B1, 4F and CD. RGB value is (177,79,205). Sum of RGB (Red+Green+Blue) = 177+79+205=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 79 (31.25% from 255 or 17.14% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #B14FCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14FCD is #4EB032. Grayscale: #7A7A7A. Windows color (decimal): -5156915 or 13455281. OLE color: 13455281.
HSL color Cylindrical-coordinate representation of color #B14FCD: hue angle of 286.67º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B14FCD is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 79 | 205 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.20 |
| HSL | 286.67º | 0.56% | 0.56% | - |
| HSV(B) | 286.67º | 0.61% | 0.8% | - |
| XYZ | 31.95 | 19.35 | 59.81 | - |
| YUV | 122.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 205 | 0.14 | 0.61 | 0 | 0.20 | 286.67 | 0.56 | 0.56 |
| Hex | B1 | 4F | CD | E | 3D | 0 | 14 | 11F | 38 | 38 |
| Octal | 261 | 117 | 315 | 16 | 75 | 0 | 24 | 437 | 70 | 70 |
| Binary | 10110001 | 1001111 | 11001101 | 1110 | 111101 | 0 | 10100 | 100011111 | 111000 | 111000 |
Color Harmonies of #B14FCD
Complementary color
Monochromatic Colors of #B14FCD
Black with #B14FCD
Text Example
Text Example
White with #B14FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FCD; }
p { color: rgb(177,79,205); }
H1.HeaderClassName
{
color: #B14FCD;
}
.AnyTagClassName
{
color: #B14FCD;
}
</style>
background-color css
<style>
a { background-color: #B14FCD; }
a { background-color: rgb(177,79,205); }
div.DivClassName
{
background-color: #B14FCD;
}
.BgClassName
{
background-color: #B14FCD;
}
</style>
border-color css
<style>
span { border-color: #B14FCD; }
span { border-color: rgb(177,79,205); }
td.TdClassName
{
border-color: #B14FCD;
}
.TagClassName
{
border-color: #B14FCD;
}
</style>