Shades of Medium Orchid #B149D7
Tints of Medium Orchid #B149D7
RGB
CMYK
RGB Variations
Color information
#B149D7 (or 0xB149D7) is known color: Medium Orchid. HEX triplet: B1, 49 and D7. RGB value is (177,73,215). Sum of RGB (Red+Green+Blue) = 177+73+215=465 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.06% from 465); Green value is 73 (28.91% from 255 or 15.70% from 465); Blue value is 215 (84.38% from 255 or 46.24% from 465); Max value from RGB is 215 - color contains mainly: blue. Hex color #B149D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B149D7 is #4EB628. Grayscale: #777777. Windows color (decimal): -5158441 or 14109105. OLE color: 14109105.
HSL color Cylindrical-coordinate representation of color #B149D7: hue angle of 283.94º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B149D7 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 177 | 73 | 215 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.16 |
| HSL | 283.94º | 0.64% | 0.56% | - |
| HSV(B) | 283.94º | 0.66% | 0.84% | - |
| XYZ | 32.78 | 19.02 | 66.23 | - |
| YUV | 120.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 215 | 0.18 | 0.66 | 0 | 0.16 | 283.94 | 0.64 | 0.56 |
| Hex | B1 | 49 | D7 | 12 | 42 | 0 | 10 | 11C | 40 | 38 |
| Octal | 261 | 111 | 327 | 22 | 102 | 0 | 20 | 434 | 100 | 70 |
| Binary | 10110001 | 1001001 | 11010111 | 10010 | 1000010 | 0 | 10000 | 100011100 | 1000000 | 111000 |
Color Harmonies of #B149D7
Complementary color
Monochromatic Colors of #B149D7
Black with #B149D7
Text Example
Text Example
White with #B149D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B149D7; }
p { color: rgb(177,73,215); }
H1.HeaderClassName
{
color: #B149D7;
}
.AnyTagClassName
{
color: #B149D7;
}
</style>
background-color css
<style>
a { background-color: #B149D7; }
a { background-color: rgb(177,73,215); }
div.DivClassName
{
background-color: #B149D7;
}
.BgClassName
{
background-color: #B149D7;
}
</style>
border-color css
<style>
span { border-color: #B149D7; }
span { border-color: rgb(177,73,215); }
td.TdClassName
{
border-color: #B149D7;
}
.TagClassName
{
border-color: #B149D7;
}
</style>