Shades of Medium Orchid #B149E6
Tints of Medium Orchid #B149E6
RGB
CMYK
RGB Variations
Color information
#B149E6 (or 0xB149E6) is known color: Medium Orchid. HEX triplet: B1, 49 and E6. RGB value is (177,73,230). Sum of RGB (Red+Green+Blue) = 177+73+230=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 73 (28.91% from 255 or 15.21% from 480); Blue value is 230 (90.23% from 255 or 47.92% from 480); Max value from RGB is 230 - color contains mainly: blue. Hex color #B149E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B149E6 is #4EB619. Grayscale: #797979. Windows color (decimal): -5158426 or 15092145. OLE color: 15092145.
HSL color Cylindrical-coordinate representation of color #B149E6: hue angle of 279.75º degrees, saturation: 0.76, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B149E6 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 177 | 73 | 230 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.10 |
| HSL | 279.75º | 0.76% | 0.59% | - |
| HSV(B) | 279.75º | 0.68% | 0.9% | - |
| XYZ | 34.8 | 19.83 | 76.86 | - |
| YUV | 121.99 | 188.96 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 230 | 0.23 | 0.68 | 0 | 0.10 | 279.75 | 0.76 | 0.59 |
| Hex | B1 | 49 | E6 | 17 | 44 | 0 | A | 118 | 4C | 3B |
| Octal | 261 | 111 | 346 | 27 | 104 | 0 | 12 | 430 | 114 | 73 |
| Binary | 10110001 | 1001001 | 11100110 | 10111 | 1000100 | 0 | 1010 | 100011000 | 1001100 | 111011 |
Color Harmonies of #B149E6
Complementary color
Monochromatic Colors of #B149E6
Black with #B149E6
Text Example
Text Example
White with #B149E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B149E6; }
p { color: rgb(177,73,230); }
H1.HeaderClassName
{
color: #B149E6;
}
.AnyTagClassName
{
color: #B149E6;
}
</style>
background-color css
<style>
a { background-color: #B149E6; }
a { background-color: rgb(177,73,230); }
div.DivClassName
{
background-color: #B149E6;
}
.BgClassName
{
background-color: #B149E6;
}
</style>
border-color css
<style>
span { border-color: #B149E6; }
span { border-color: rgb(177,73,230); }
td.TdClassName
{
border-color: #B149E6;
}
.TagClassName
{
border-color: #B149E6;
}
</style>