Shades of Medium Orchid #B14DEF
Tints of Medium Orchid #B14DEF
RGB
CMYK
RGB Variations
Color information
#B14DEF (or 0xB14DEF) is known color: Medium Orchid. HEX triplet: B1, 4D and EF. RGB value is (177,77,239). Sum of RGB (Red+Green+Blue) = 177+77+239=493 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.90% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #B14DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14DEF is #4EB210. Grayscale: #7C7C7C. Windows color (decimal): -5157393 or 15682993. OLE color: 15682993.
HSL color Cylindrical-coordinate representation of color #B14DEF: hue angle of 277.04º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B14DEF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 77 | 239 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.06 |
| HSL | 277.04º | 0.84% | 0.62% | - |
| HSV(B) | 277.04º | 0.68% | 0.94% | - |
| XYZ | 36.37 | 20.89 | 83.78 | - |
| YUV | 125.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 77 | 239 | 0.26 | 0.68 | 0 | 0.06 | 277.04 | 0.84 | 0.62 |
| Hex | B1 | 4D | EF | 1A | 44 | 0 | 6 | 115 | 54 | 3E |
| Octal | 261 | 115 | 357 | 32 | 104 | 0 | 6 | 425 | 124 | 76 |
| Binary | 10110001 | 1001101 | 11101111 | 11010 | 1000100 | 0 | 110 | 100010101 | 1010100 | 111110 |
Color Harmonies of #B14DEF
Complementary color
Monochromatic Colors of #B14DEF
Black with #B14DEF
Text Example
Text Example
White with #B14DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14DEF; }
p { color: rgb(177,77,239); }
H1.HeaderClassName
{
color: #B14DEF;
}
.AnyTagClassName
{
color: #B14DEF;
}
</style>
background-color css
<style>
a { background-color: #B14DEF; }
a { background-color: rgb(177,77,239); }
div.DivClassName
{
background-color: #B14DEF;
}
.BgClassName
{
background-color: #B14DEF;
}
</style>
border-color css
<style>
span { border-color: #B14DEF; }
span { border-color: rgb(177,77,239); }
td.TdClassName
{
border-color: #B14DEF;
}
.TagClassName
{
border-color: #B14DEF;
}
</style>