Shades of Medium Orchid #B149EF
Tints of Medium Orchid #B149EF
RGB
CMYK
RGB Variations
Color information
#B149EF (or 0xB149EF) is known color: Medium Orchid. HEX triplet: B1, 49 and EF. RGB value is (177,73,239). Sum of RGB (Red+Green+Blue) = 177+73+239=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 73 (28.91% from 255 or 14.93% from 489); Blue value is 239 (93.75% from 255 or 48.88% from 489); Max value from RGB is 239 - color contains mainly: blue. Hex color #B149EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B149EF is #4EB610. Grayscale: #7A7A7A. Windows color (decimal): -5158417 or 15681969. OLE color: 15681969.
HSL color Cylindrical-coordinate representation of color #B149EF: hue angle of 277.59º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B149EF is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 73 | 239 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.06 |
| HSL | 277.59º | 0.84% | 0.61% | - |
| HSV(B) | 277.59º | 0.69% | 0.94% | - |
| XYZ | 36.09 | 20.34 | 83.69 | - |
| YUV | 123.02 | 193.46 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 239 | 0.26 | 0.69 | 0 | 0.06 | 277.59 | 0.84 | 0.61 |
| Hex | B1 | 49 | EF | 1A | 45 | 0 | 6 | 116 | 54 | 3D |
| Octal | 261 | 111 | 357 | 32 | 105 | 0 | 6 | 426 | 124 | 75 |
| Binary | 10110001 | 1001001 | 11101111 | 11010 | 1000101 | 0 | 110 | 100010110 | 1010100 | 111101 |
Color Harmonies of #B149EF
Complementary color
Monochromatic Colors of #B149EF
Black with #B149EF
Text Example
Text Example
White with #B149EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B149EF; }
p { color: rgb(177,73,239); }
H1.HeaderClassName
{
color: #B149EF;
}
.AnyTagClassName
{
color: #B149EF;
}
</style>
background-color css
<style>
a { background-color: #B149EF; }
a { background-color: rgb(177,73,239); }
div.DivClassName
{
background-color: #B149EF;
}
.BgClassName
{
background-color: #B149EF;
}
</style>
border-color css
<style>
span { border-color: #B149EF; }
span { border-color: rgb(177,73,239); }
td.TdClassName
{
border-color: #B149EF;
}
.TagClassName
{
border-color: #B149EF;
}
</style>