Shades of Medium Orchid #B14DCB
Tints of Medium Orchid #B14DCB
RGB
CMYK
RGB Variations
Color information
#B14DCB (or 0xB14DCB) is known color: Medium Orchid. HEX triplet: B1, 4D and CB. RGB value is (177,77,203). Sum of RGB (Red+Green+Blue) = 177+77+203=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 77 (30.47% from 255 or 16.85% from 457); Blue value is 203 (79.69% from 255 or 44.42% from 457); Max value from RGB is 203 - color contains mainly: blue. Hex color #B14DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DCB is #4EB234. Grayscale: #787878. Windows color (decimal): -5157429 or 13323697. OLE color: 13323697.
HSL color Cylindrical-coordinate representation of color #B14DCB: hue angle of 287.62º degrees, saturation: 0.55, 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 #B14DCB is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 177 | 77 | 203 | - |
| CMYK | 0.13 | 0.62 | 0 | 0.20 |
| HSL | 287.62º | 0.55% | 0.55% | - |
| HSV(B) | 287.62º | 0.62% | 0.8% | - |
| XYZ | 31.56 | 18.97 | 58.5 | - |
| YUV | 121.26 | 174.13 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 203 | 0.13 | 0.62 | 0 | 0.20 | 287.62 | 0.55 | 0.55 |
| Hex | B1 | 4D | CB | D | 3E | 0 | 14 | 120 | 37 | 37 |
| Octal | 261 | 115 | 313 | 15 | 76 | 0 | 24 | 440 | 67 | 67 |
| Binary | 10110001 | 1001101 | 11001011 | 1101 | 111110 | 0 | 10100 | 100100000 | 110111 | 110111 |
Color Harmonies of #B14DCB
Complementary color
Monochromatic Colors of #B14DCB
Black with #B14DCB
Text Example
Text Example
White with #B14DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DCB; }
p { color: rgb(177,77,203); }
H1.HeaderClassName
{
color: #B14DCB;
}
.AnyTagClassName
{
color: #B14DCB;
}
</style>
background-color css
<style>
a { background-color: #B14DCB; }
a { background-color: rgb(177,77,203); }
div.DivClassName
{
background-color: #B14DCB;
}
.BgClassName
{
background-color: #B14DCB;
}
</style>
border-color css
<style>
span { border-color: #B14DCB; }
span { border-color: rgb(177,77,203); }
td.TdClassName
{
border-color: #B14DCB;
}
.TagClassName
{
border-color: #B14DCB;
}
</style>