Shades of Medium Orchid #B149F9
Tints of Medium Orchid #B149F9
RGB
CMYK
RGB Variations
Color information
#B149F9 (or 0xB149F9) is known color: Medium Orchid. HEX triplet: B1, 49 and F9. RGB value is (177,73,249). Sum of RGB (Red+Green+Blue) = 177+73+249=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 73 (28.91% from 255 or 14.63% from 499); Blue value is 249 (97.66% from 255 or 49.90% from 499); Max value from RGB is 249 - color contains mainly: blue. Hex color #B149F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B149F9 is #4EB606. Grayscale: #7B7B7B. Windows color (decimal): -5158407 or 16337329. OLE color: 16337329.
HSL color Cylindrical-coordinate representation of color #B149F9: hue angle of 275.45º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B149F9 is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 73 | 249 | - |
| CMYK | 0.29 | 0.71 | 0 | 0.02 |
| HSL | 275.45º | 0.94% | 0.63% | - |
| HSV(B) | 275.45º | 0.71% | 0.98% | - |
| XYZ | 37.61 | 20.95 | 91.68 | - |
| YUV | 124.16 | 198.46 | 165.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 249 | 0.29 | 0.71 | 0 | 0.02 | 275.45 | 0.94 | 0.63 |
| Hex | B1 | 49 | F9 | 1D | 47 | 0 | 2 | 113 | 5E | 3F |
| Octal | 261 | 111 | 371 | 35 | 107 | 0 | 2 | 423 | 136 | 77 |
| Binary | 10110001 | 1001001 | 11111001 | 11101 | 1000111 | 0 | 10 | 100010011 | 1011110 | 111111 |
Color Harmonies of #B149F9
Complementary color
Monochromatic Colors of #B149F9
Black with #B149F9
Text Example
Text Example
White with #B149F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B149F9; }
p { color: rgb(177,73,249); }
H1.HeaderClassName
{
color: #B149F9;
}
.AnyTagClassName
{
color: #B149F9;
}
</style>
background-color css
<style>
a { background-color: #B149F9; }
a { background-color: rgb(177,73,249); }
div.DivClassName
{
background-color: #B149F9;
}
.BgClassName
{
background-color: #B149F9;
}
</style>
border-color css
<style>
span { border-color: #B149F9; }
span { border-color: rgb(177,73,249); }
td.TdClassName
{
border-color: #B149F9;
}
.TagClassName
{
border-color: #B149F9;
}
</style>