Shades of Medium Orchid #B151D9
Tints of Medium Orchid #B151D9
RGB
CMYK
RGB Variations
Color information
#B151D9 (or 0xB151D9) is known color: Medium Orchid. HEX triplet: B1, 51 and D9. RGB value is (177,81,217). Sum of RGB (Red+Green+Blue) = 177+81+217=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 217 (85.16% from 255 or 45.68% from 475); Max value from RGB is 217 - color contains mainly: blue. Hex color #B151D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B151D9 is #4EAE26. Grayscale: #7C7C7C. Windows color (decimal): -5156391 or 14242225. OLE color: 14242225.
HSL color Cylindrical-coordinate representation of color #B151D9: hue angle of 282.35º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B151D9 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 81 | 217 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.15 |
| HSL | 282.35º | 0.64% | 0.58% | - |
| HSV(B) | 282.35º | 0.63% | 0.85% | - |
| XYZ | 33.6 | 20.24 | 67.78 | - |
| YUV | 125.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 217 | 0.18 | 0.63 | 0 | 0.15 | 282.35 | 0.64 | 0.58 |
| Hex | B1 | 51 | D9 | 12 | 3F | 0 | F | 11A | 40 | 3A |
| Octal | 261 | 121 | 331 | 22 | 77 | 0 | 17 | 432 | 100 | 72 |
| Binary | 10110001 | 1010001 | 11011001 | 10010 | 111111 | 0 | 1111 | 100011010 | 1000000 | 111010 |
Color Harmonies of #B151D9
Complementary color
Monochromatic Colors of #B151D9
Black with #B151D9
Text Example
Text Example
White with #B151D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151D9; }
p { color: rgb(177,81,217); }
H1.HeaderClassName
{
color: #B151D9;
}
.AnyTagClassName
{
color: #B151D9;
}
</style>
background-color css
<style>
a { background-color: #B151D9; }
a { background-color: rgb(177,81,217); }
div.DivClassName
{
background-color: #B151D9;
}
.BgClassName
{
background-color: #B151D9;
}
</style>
border-color css
<style>
span { border-color: #B151D9; }
span { border-color: rgb(177,81,217); }
td.TdClassName
{
border-color: #B151D9;
}
.TagClassName
{
border-color: #B151D9;
}
</style>