Shades of Medium Orchid #B146DF
Tints of Medium Orchid #B146DF
RGB
CMYK
RGB Variations
Color information
#B146DF (or 0xB146DF) is known color: Medium Orchid. HEX triplet: B1, 46 and DF. RGB value is (177,70,223). Sum of RGB (Red+Green+Blue) = 177+70+223=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 70 (27.73% from 255 or 14.89% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #B146DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B146DF is #4EB920. Grayscale: #767676. Windows color (decimal): -5159201 or 14632625. OLE color: 14632625.
HSL color Cylindrical-coordinate representation of color #B146DF: hue angle of 281.96º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B146DF is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 70 | 223 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.13 |
| HSL | 281.96º | 0.71% | 0.57% | - |
| HSV(B) | 281.96º | 0.69% | 0.87% | - |
| XYZ | 33.64 | 19.06 | 71.72 | - |
| YUV | 119.44 | 186.45 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 223 | 0.21 | 0.69 | 0 | 0.13 | 281.96 | 0.71 | 0.57 |
| Hex | B1 | 46 | DF | 15 | 45 | 0 | D | 11A | 47 | 39 |
| Octal | 261 | 106 | 337 | 25 | 105 | 0 | 15 | 432 | 107 | 71 |
| Binary | 10110001 | 1000110 | 11011111 | 10101 | 1000101 | 0 | 1101 | 100011010 | 1000111 | 111001 |
Color Harmonies of #B146DF
Complementary color
Monochromatic Colors of #B146DF
Black with #B146DF
Text Example
Text Example
White with #B146DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B146DF; }
p { color: rgb(177,70,223); }
H1.HeaderClassName
{
color: #B146DF;
}
.AnyTagClassName
{
color: #B146DF;
}
</style>
background-color css
<style>
a { background-color: #B146DF; }
a { background-color: rgb(177,70,223); }
div.DivClassName
{
background-color: #B146DF;
}
.BgClassName
{
background-color: #B146DF;
}
</style>
border-color css
<style>
span { border-color: #B146DF; }
span { border-color: rgb(177,70,223); }
td.TdClassName
{
border-color: #B146DF;
}
.TagClassName
{
border-color: #B146DF;
}
</style>