Shades of Medium Orchid #B14FE8
Tints of Medium Orchid #B14FE8
RGB
CMYK
RGB Variations
Color information
#B14FE8 (or 0xB14FE8) is known color: Medium Orchid. HEX triplet: B1, 4F and E8. RGB value is (177,79,232). Sum of RGB (Red+Green+Blue) = 177+79+232=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 79 (31.25% from 255 or 16.19% from 488); Blue value is 232 (91.02% from 255 or 47.54% from 488); Max value from RGB is 232 - color contains mainly: blue. Hex color #B14FE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B14FE8 is #4EB017. Grayscale: #7D7D7D. Windows color (decimal): -5156888 or 15224753. OLE color: 15224753.
HSL color Cylindrical-coordinate representation of color #B14FE8: hue angle of 278.43º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B14FE8 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 177 | 79 | 232 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.09 |
| HSL | 278.43º | 0.77% | 0.61% | - |
| HSV(B) | 278.43º | 0.66% | 0.91% | - |
| XYZ | 35.49 | 20.77 | 78.48 | - |
| YUV | 125.74 | 187.97 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 79 | 232 | 0.24 | 0.66 | 0 | 0.09 | 278.43 | 0.77 | 0.61 |
| Hex | B1 | 4F | E8 | 18 | 42 | 0 | 9 | 116 | 4D | 3D |
| Octal | 261 | 117 | 350 | 30 | 102 | 0 | 11 | 426 | 115 | 75 |
| Binary | 10110001 | 1001111 | 11101000 | 11000 | 1000010 | 0 | 1001 | 100010110 | 1001101 | 111101 |
Color Harmonies of #B14FE8
Complementary color
Monochromatic Colors of #B14FE8
Black with #B14FE8
Text Example
Text Example
White with #B14FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B14FE8; }
p { color: rgb(177,79,232); }
H1.HeaderClassName
{
color: #B14FE8;
}
.AnyTagClassName
{
color: #B14FE8;
}
</style>
background-color css
<style>
a { background-color: #B14FE8; }
a { background-color: rgb(177,79,232); }
div.DivClassName
{
background-color: #B14FE8;
}
.BgClassName
{
background-color: #B14FE8;
}
</style>
border-color css
<style>
span { border-color: #B14FE8; }
span { border-color: rgb(177,79,232); }
td.TdClassName
{
border-color: #B14FE8;
}
.TagClassName
{
border-color: #B14FE8;
}
</style>