Shades of Medium Orchid #B146FE
Tints of Medium Orchid #B146FE
RGB
CMYK
RGB Variations
Color information
#B146FE (or 0xB146FE) is known color: Medium Orchid. HEX triplet: B1, 46 and FE. RGB value is (177,70,254). Sum of RGB (Red+Green+Blue) = 177+70+254=501 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.33% from 501); Green value is 70 (27.73% from 255 or 13.97% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #B146FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B146FE is #4EB901. Grayscale: #7A7A7A. Windows color (decimal): -5159170 or 16664241. OLE color: 16664241.
HSL color Cylindrical-coordinate representation of color #B146FE: hue angle of 274.89º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B146FE is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 70 | 254 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.00 |
| HSL | 274.89º | 0.99% | 0.64% | - |
| HSV(B) | 274.89º | 0.72% | 1% | - |
| XYZ | 38.21 | 20.88 | 95.78 | - |
| YUV | 122.97 | 201.95 | 166.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 254 | 0.30 | 0.72 | 0 | 0.00 | 274.89 | 0.99 | 0.64 |
| Hex | B1 | 46 | FE | 1E | 48 | 0 | 0 | 113 | 63 | 40 |
| Octal | 261 | 106 | 376 | 36 | 110 | 0 | 0 | 423 | 143 | 100 |
| Binary | 10110001 | 1000110 | 11111110 | 11110 | 1001000 | 0 | 0 | 100010011 | 1100011 | 1000000 |
Color Harmonies of #B146FE
Complementary color
Monochromatic Colors of #B146FE
Black with #B146FE
Text Example
Text Example
White with #B146FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146FE; }
p { color: rgb(177,70,254); }
H1.HeaderClassName
{
color: #B146FE;
}
.AnyTagClassName
{
color: #B146FE;
}
</style>
background-color css
<style>
a { background-color: #B146FE; }
a { background-color: rgb(177,70,254); }
div.DivClassName
{
background-color: #B146FE;
}
.BgClassName
{
background-color: #B146FE;
}
</style>
border-color css
<style>
span { border-color: #B146FE; }
span { border-color: rgb(177,70,254); }
td.TdClassName
{
border-color: #B146FE;
}
.TagClassName
{
border-color: #B146FE;
}
</style>