Shades of Medium Orchid #B149EA
Tints of Medium Orchid #B149EA
RGB
CMYK
RGB Variations
Color information
#B149EA (or 0xB149EA) is known color: Medium Orchid. HEX triplet: B1, 49 and EA. RGB value is (177,73,234). Sum of RGB (Red+Green+Blue) = 177+73+234=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 73 (28.91% from 255 or 15.08% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #B149EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B149EA is #4EB615. Grayscale: #797979. Windows color (decimal): -5158422 or 15354289. OLE color: 15354289.
HSL color Cylindrical-coordinate representation of color #B149EA: hue angle of 278.76º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B149EA is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 177 | 73 | 234 | - |
| CMYK | 0.24 | 0.69 | 0 | 0.08 |
| HSL | 278.76º | 0.79% | 0.6% | - |
| HSV(B) | 278.76º | 0.69% | 0.92% | - |
| XYZ | 35.37 | 20.05 | 79.85 | - |
| YUV | 122.45 | 190.96 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 73 | 234 | 0.24 | 0.69 | 0 | 0.08 | 278.76 | 0.79 | 0.6 |
| Hex | B1 | 49 | EA | 18 | 45 | 0 | 8 | 117 | 4F | 3C |
| Octal | 261 | 111 | 352 | 30 | 105 | 0 | 10 | 427 | 117 | 74 |
| Binary | 10110001 | 1001001 | 11101010 | 11000 | 1000101 | 0 | 1000 | 100010111 | 1001111 | 111100 |
Color Harmonies of #B149EA
Complementary color
Monochromatic Colors of #B149EA
Black with #B149EA
Text Example
Text Example
White with #B149EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B149EA; }
p { color: rgb(177,73,234); }
H1.HeaderClassName
{
color: #B149EA;
}
.AnyTagClassName
{
color: #B149EA;
}
</style>
background-color css
<style>
a { background-color: #B149EA; }
a { background-color: rgb(177,73,234); }
div.DivClassName
{
background-color: #B149EA;
}
.BgClassName
{
background-color: #B149EA;
}
</style>
border-color css
<style>
span { border-color: #B149EA; }
span { border-color: rgb(177,73,234); }
td.TdClassName
{
border-color: #B149EA;
}
.TagClassName
{
border-color: #B149EA;
}
</style>