Shades of Medium Orchid #B149DF
Tints of Medium Orchid #B149DF
RGB
CMYK
RGB Variations
Color information
#B149DF (or 0xB149DF) is known color: Medium Orchid. HEX triplet: B1, 49 and DF. RGB value is (177,73,223). Sum of RGB (Red+Green+Blue) = 177+73+223=473 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.42% from 473); Green value is 73 (28.91% from 255 or 15.43% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #B149DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149DF is #4EB620. Grayscale: #787878. Windows color (decimal): -5158433 or 14633393. OLE color: 14633393.
HSL color Cylindrical-coordinate representation of color #B149DF: hue angle of 281.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B149DF is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 73 | 223 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.13 |
| HSL | 281.6º | 0.7% | 0.58% | - |
| HSV(B) | 281.6º | 0.67% | 0.87% | - |
| XYZ | 33.83 | 19.44 | 71.78 | - |
| YUV | 121.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 223 | 0.21 | 0.67 | 0 | 0.13 | 281.6 | 0.7 | 0.58 |
| Hex | B1 | 49 | DF | 15 | 43 | 0 | D | 11A | 46 | 3A |
| Octal | 261 | 111 | 337 | 25 | 103 | 0 | 15 | 432 | 106 | 72 |
| Binary | 10110001 | 1001001 | 11011111 | 10101 | 1000011 | 0 | 1101 | 100011010 | 1000110 | 111010 |
Color Harmonies of #B149DF
Complementary color
Monochromatic Colors of #B149DF
Black with #B149DF
Text Example
Text Example
White with #B149DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B149DF; }
p { color: rgb(177,73,223); }
H1.HeaderClassName
{
color: #B149DF;
}
.AnyTagClassName
{
color: #B149DF;
}
</style>
background-color css
<style>
a { background-color: #B149DF; }
a { background-color: rgb(177,73,223); }
div.DivClassName
{
background-color: #B149DF;
}
.BgClassName
{
background-color: #B149DF;
}
</style>
border-color css
<style>
span { border-color: #B149DF; }
span { border-color: rgb(177,73,223); }
td.TdClassName
{
border-color: #B149DF;
}
.TagClassName
{
border-color: #B149DF;
}
</style>