Shades of Medium Orchid #B146FD
Tints of Medium Orchid #B146FD
RGB
CMYK
RGB Variations
Color information
#B146FD (or 0xB146FD) is known color: Medium Orchid. HEX triplet: B1, 46 and FD. RGB value is (177,70,253). Sum of RGB (Red+Green+Blue) = 177+70+253=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 253 (99.22% from 255 or 50.6% from 500); Max value from RGB is 253 - color contains mainly: blue. Hex color #B146FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B146FD is #4EB902. Grayscale: #7A7A7A. Windows color (decimal): -5159171 or 16598705. OLE color: 16598705.
HSL color Cylindrical-coordinate representation of color #B146FD: hue angle of 275.08º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B146FD is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 70 | 253 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.01 |
| HSL | 275.08º | 0.98% | 0.63% | - |
| HSV(B) | 275.08º | 0.72% | 0.99% | - |
| XYZ | 38.05 | 20.82 | 94.94 | - |
| YUV | 122.86 | 201.45 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 253 | 0.30 | 0.72 | 0 | 0.01 | 275.08 | 0.98 | 0.63 |
| Hex | B1 | 46 | FD | 1E | 48 | 0 | 1 | 113 | 62 | 3F |
| Octal | 261 | 106 | 375 | 36 | 110 | 0 | 1 | 423 | 142 | 77 |
| Binary | 10110001 | 1000110 | 11111101 | 11110 | 1001000 | 0 | 1 | 100010011 | 1100010 | 111111 |
Color Harmonies of #B146FD
Complementary color
Monochromatic Colors of #B146FD
Black with #B146FD
Text Example
Text Example
White with #B146FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146FD; }
p { color: rgb(177,70,253); }
H1.HeaderClassName
{
color: #B146FD;
}
.AnyTagClassName
{
color: #B146FD;
}
</style>
background-color css
<style>
a { background-color: #B146FD; }
a { background-color: rgb(177,70,253); }
div.DivClassName
{
background-color: #B146FD;
}
.BgClassName
{
background-color: #B146FD;
}
</style>
border-color css
<style>
span { border-color: #B146FD; }
span { border-color: rgb(177,70,253); }
td.TdClassName
{
border-color: #B146FD;
}
.TagClassName
{
border-color: #B146FD;
}
</style>