Shades of Medium Orchid #B14DCA
Tints of Medium Orchid #B14DCA
RGB
CMYK
RGB Variations
Color information
#B14DCA (or 0xB14DCA) is known color: Medium Orchid. HEX triplet: B1, 4D and CA. RGB value is (177,77,202). Sum of RGB (Red+Green+Blue) = 177+77+202=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 77 (30.47% from 255 or 16.89% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 202 - color contains mainly: blue. Hex color #B14DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B14DCA is #4EB235. Grayscale: #787878. Windows color (decimal): -5157430 or 13258161. OLE color: 13258161.
HSL color Cylindrical-coordinate representation of color #B14DCA: hue angle of 288º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B14DCA is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 77 | 202 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.21 |
| HSL | 288º | 0.54% | 0.55% | - |
| HSV(B) | 288º | 0.62% | 0.79% | - |
| XYZ | 31.45 | 18.92 | 57.87 | - |
| YUV | 121.15 | 173.63 | 167.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 202 | 0.12 | 0.62 | 0 | 0.21 | 288 | 0.54 | 0.55 |
| Hex | B1 | 4D | CA | C | 3E | 0 | 15 | 120 | 36 | 37 |
| Octal | 261 | 115 | 312 | 14 | 76 | 0 | 25 | 440 | 66 | 67 |
| Binary | 10110001 | 1001101 | 11001010 | 1100 | 111110 | 0 | 10101 | 100100000 | 110110 | 110111 |
Color Harmonies of #B14DCA
Complementary color
Monochromatic Colors of #B14DCA
Black with #B14DCA
Text Example
Text Example
White with #B14DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DCA; }
p { color: rgb(177,77,202); }
H1.HeaderClassName
{
color: #B14DCA;
}
.AnyTagClassName
{
color: #B14DCA;
}
</style>
background-color css
<style>
a { background-color: #B14DCA; }
a { background-color: rgb(177,77,202); }
div.DivClassName
{
background-color: #B14DCA;
}
.BgClassName
{
background-color: #B14DCA;
}
</style>
border-color css
<style>
span { border-color: #B14DCA; }
span { border-color: rgb(177,77,202); }
td.TdClassName
{
border-color: #B14DCA;
}
.TagClassName
{
border-color: #B14DCA;
}
</style>