Shades of Medium Orchid #B14DF3
Tints of Medium Orchid #B14DF3
RGB
CMYK
RGB Variations
Color information
#B14DF3 (or 0xB14DF3) is known color: Medium Orchid. HEX triplet: B1, 4D and F3. RGB value is (177,77,243). Sum of RGB (Red+Green+Blue) = 177+77+243=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 77 (30.47% from 255 or 15.49% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #B14DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DF3 is #4EB20C. Grayscale: #7D7D7D. Windows color (decimal): -5157389 or 15945137. OLE color: 15945137.
HSL color Cylindrical-coordinate representation of color #B14DF3: hue angle of 276.14º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14DF3 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 77 | 243 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.05 |
| HSL | 276.14º | 0.87% | 0.63% | - |
| HSV(B) | 276.14º | 0.68% | 0.95% | - |
| XYZ | 36.96 | 21.13 | 86.92 | - |
| YUV | 125.82 | 194.13 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 243 | 0.27 | 0.68 | 0 | 0.05 | 276.14 | 0.87 | 0.63 |
| Hex | B1 | 4D | F3 | 1B | 44 | 0 | 5 | 114 | 57 | 3F |
| Octal | 261 | 115 | 363 | 33 | 104 | 0 | 5 | 424 | 127 | 77 |
| Binary | 10110001 | 1001101 | 11110011 | 11011 | 1000100 | 0 | 101 | 100010100 | 1010111 | 111111 |
Color Harmonies of #B14DF3
Complementary color
Monochromatic Colors of #B14DF3
Black with #B14DF3
Text Example
Text Example
White with #B14DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DF3; }
p { color: rgb(177,77,243); }
H1.HeaderClassName
{
color: #B14DF3;
}
.AnyTagClassName
{
color: #B14DF3;
}
</style>
background-color css
<style>
a { background-color: #B14DF3; }
a { background-color: rgb(177,77,243); }
div.DivClassName
{
background-color: #B14DF3;
}
.BgClassName
{
background-color: #B14DF3;
}
</style>
border-color css
<style>
span { border-color: #B14DF3; }
span { border-color: rgb(177,77,243); }
td.TdClassName
{
border-color: #B14DF3;
}
.TagClassName
{
border-color: #B14DF3;
}
</style>