Shades of Medium Orchid #B14DF1
Tints of Medium Orchid #B14DF1
RGB
CMYK
RGB Variations
Color information
#B14DF1 (or 0xB14DF1) is known color: Medium Orchid. HEX triplet: B1, 4D and F1. RGB value is (177,77,241). Sum of RGB (Red+Green+Blue) = 177+77+241=495 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.76% from 495); Green value is 77 (30.47% from 255 or 15.56% from 495); Blue value is 241 (94.53% from 255 or 48.69% from 495); Max value from RGB is 241 - color contains mainly: blue. Hex color #B14DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DF1 is #4EB20E. Grayscale: #7D7D7D. Windows color (decimal): -5157391 or 15814065. OLE color: 15814065.
HSL color Cylindrical-coordinate representation of color #B14DF1: hue angle of 276.59º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14DF1 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 77 | 241 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.05 |
| HSL | 276.59º | 0.85% | 0.62% | - |
| HSV(B) | 276.59º | 0.68% | 0.95% | - |
| XYZ | 36.66 | 21.01 | 85.34 | - |
| YUV | 125.6 | 193.13 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 241 | 0.27 | 0.68 | 0 | 0.05 | 276.59 | 0.85 | 0.62 |
| Hex | B1 | 4D | F1 | 1B | 44 | 0 | 5 | 115 | 55 | 3E |
| Octal | 261 | 115 | 361 | 33 | 104 | 0 | 5 | 425 | 125 | 76 |
| Binary | 10110001 | 1001101 | 11110001 | 11011 | 1000100 | 0 | 101 | 100010101 | 1010101 | 111110 |
Color Harmonies of #B14DF1
Complementary color
Monochromatic Colors of #B14DF1
Black with #B14DF1
Text Example
Text Example
White with #B14DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DF1; }
p { color: rgb(177,77,241); }
H1.HeaderClassName
{
color: #B14DF1;
}
.AnyTagClassName
{
color: #B14DF1;
}
</style>
background-color css
<style>
a { background-color: #B14DF1; }
a { background-color: rgb(177,77,241); }
div.DivClassName
{
background-color: #B14DF1;
}
.BgClassName
{
background-color: #B14DF1;
}
</style>
border-color css
<style>
span { border-color: #B14DF1; }
span { border-color: rgb(177,77,241); }
td.TdClassName
{
border-color: #B14DF1;
}
.TagClassName
{
border-color: #B14DF1;
}
</style>