Shades of Medium Orchid #B14DFC
Tints of Medium Orchid #B14DFC
RGB
CMYK
RGB Variations
Color information
#B14DFC (or 0xB14DFC) is known color: Medium Orchid. HEX triplet: B1, 4D and FC. RGB value is (177,77,252). Sum of RGB (Red+Green+Blue) = 177+77+252=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 77 (30.47% from 255 or 15.22% from 506); Blue value is 252 (98.83% from 255 or 49.80% from 506); Max value from RGB is 252 - color contains mainly: blue. Hex color #B14DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DFC is #4EB203. Grayscale: #7E7E7E. Windows color (decimal): -5157380 or 16534961. OLE color: 16534961.
HSL color Cylindrical-coordinate representation of color #B14DFC: hue angle of 274.29º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B14DFC is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 77 | 252 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.01 |
| HSL | 274.29º | 0.97% | 0.65% | - |
| HSV(B) | 274.29º | 0.69% | 0.99% | - |
| XYZ | 38.36 | 21.68 | 94.26 | - |
| YUV | 126.85 | 198.63 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 252 | 0.30 | 0.69 | 0 | 0.01 | 274.29 | 0.97 | 0.65 |
| Hex | B1 | 4D | FC | 1E | 45 | 0 | 1 | 112 | 61 | 41 |
| Octal | 261 | 115 | 374 | 36 | 105 | 0 | 1 | 422 | 141 | 101 |
| Binary | 10110001 | 1001101 | 11111100 | 11110 | 1000101 | 0 | 1 | 100010010 | 1100001 | 1000001 |
Color Harmonies of #B14DFC
Complementary color
Monochromatic Colors of #B14DFC
Black with #B14DFC
Text Example
Text Example
White with #B14DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DFC; }
p { color: rgb(177,77,252); }
H1.HeaderClassName
{
color: #B14DFC;
}
.AnyTagClassName
{
color: #B14DFC;
}
</style>
background-color css
<style>
a { background-color: #B14DFC; }
a { background-color: rgb(177,77,252); }
div.DivClassName
{
background-color: #B14DFC;
}
.BgClassName
{
background-color: #B14DFC;
}
</style>
border-color css
<style>
span { border-color: #B14DFC; }
span { border-color: rgb(177,77,252); }
td.TdClassName
{
border-color: #B14DFC;
}
.TagClassName
{
border-color: #B14DFC;
}
</style>