Shades of Medium Orchid #B14DFD
Tints of Medium Orchid #B14DFD
RGB
CMYK
RGB Variations
Color information
#B14DFD (or 0xB14DFD) is known color: Medium Orchid. HEX triplet: B1, 4D and FD. RGB value is (177,77,253). Sum of RGB (Red+Green+Blue) = 177+77+253=507 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.91% from 507); Green value is 77 (30.47% from 255 or 15.19% from 507); Blue value is 253 (99.22% from 255 or 49.90% from 507); Max value from RGB is 253 - color contains mainly: blue. Hex color #B14DFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DFD is #4EB202. Grayscale: #7E7E7E. Windows color (decimal): -5157379 or 16600497. OLE color: 16600497.
HSL color Cylindrical-coordinate representation of color #B14DFD: hue angle of 274.09º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B14DFD is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 77 | 253 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.01 |
| HSL | 274.09º | 0.98% | 0.65% | - |
| HSV(B) | 274.09º | 0.7% | 0.99% | - |
| XYZ | 38.51 | 21.75 | 95.1 | - |
| YUV | 126.96 | 199.13 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 253 | 0.30 | 0.70 | 0 | 0.01 | 274.09 | 0.98 | 0.65 |
| Hex | B1 | 4D | FD | 1E | 46 | 0 | 1 | 112 | 62 | 41 |
| Octal | 261 | 115 | 375 | 36 | 106 | 0 | 1 | 422 | 142 | 101 |
| Binary | 10110001 | 1001101 | 11111101 | 11110 | 1000110 | 0 | 1 | 100010010 | 1100010 | 1000001 |
Color Harmonies of #B14DFD
Complementary color
Monochromatic Colors of #B14DFD
Black with #B14DFD
Text Example
Text Example
White with #B14DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DFD; }
p { color: rgb(177,77,253); }
H1.HeaderClassName
{
color: #B14DFD;
}
.AnyTagClassName
{
color: #B14DFD;
}
</style>
background-color css
<style>
a { background-color: #B14DFD; }
a { background-color: rgb(177,77,253); }
div.DivClassName
{
background-color: #B14DFD;
}
.BgClassName
{
background-color: #B14DFD;
}
</style>
border-color css
<style>
span { border-color: #B14DFD; }
span { border-color: rgb(177,77,253); }
td.TdClassName
{
border-color: #B14DFD;
}
.TagClassName
{
border-color: #B14DFD;
}
</style>