Shades of Medium Orchid #B14DCD
Tints of Medium Orchid #B14DCD
RGB
CMYK
RGB Variations
Color information
#B14DCD (or 0xB14DCD) is known color: Medium Orchid. HEX triplet: B1, 4D and CD. RGB value is (177,77,205). Sum of RGB (Red+Green+Blue) = 177+77+205=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 77 (30.47% from 255 or 16.78% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #B14DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DCD is #4EB232. Grayscale: #797979. Windows color (decimal): -5157427 or 13454769. OLE color: 13454769.
HSL color Cylindrical-coordinate representation of color #B14DCD: hue angle of 286.88º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14DCD is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 77 | 205 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.20 |
| HSL | 286.88º | 0.56% | 0.55% | - |
| HSV(B) | 286.88º | 0.62% | 0.8% | - |
| XYZ | 31.8 | 19.06 | 59.76 | - |
| YUV | 121.49 | 175.13 | 167.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 205 | 0.14 | 0.62 | 0 | 0.20 | 286.88 | 0.56 | 0.55 |
| Hex | B1 | 4D | CD | E | 3E | 0 | 14 | 11F | 38 | 37 |
| Octal | 261 | 115 | 315 | 16 | 76 | 0 | 24 | 437 | 70 | 67 |
| Binary | 10110001 | 1001101 | 11001101 | 1110 | 111110 | 0 | 10100 | 100011111 | 111000 | 110111 |
Color Harmonies of #B14DCD
Complementary color
Monochromatic Colors of #B14DCD
Black with #B14DCD
Text Example
Text Example
White with #B14DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DCD; }
p { color: rgb(177,77,205); }
H1.HeaderClassName
{
color: #B14DCD;
}
.AnyTagClassName
{
color: #B14DCD;
}
</style>
background-color css
<style>
a { background-color: #B14DCD; }
a { background-color: rgb(177,77,205); }
div.DivClassName
{
background-color: #B14DCD;
}
.BgClassName
{
background-color: #B14DCD;
}
</style>
border-color css
<style>
span { border-color: #B14DCD; }
span { border-color: rgb(177,77,205); }
td.TdClassName
{
border-color: #B14DCD;
}
.TagClassName
{
border-color: #B14DCD;
}
</style>