Shades of Medium Orchid #B151EF
Tints of Medium Orchid #B151EF
RGB
CMYK
RGB Variations
Color information
#B151EF (or 0xB151EF) is known color: Medium Orchid. HEX triplet: B1, 51 and EF. RGB value is (177,81,239). Sum of RGB (Red+Green+Blue) = 177+81+239=497 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.61% from 497); Green value is 81 (32.03% from 255 or 16.30% from 497); Blue value is 239 (93.75% from 255 or 48.09% from 497); Max value from RGB is 239 - color contains mainly: blue. Hex color #B151EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151EF is #4EAE10. Grayscale: #7F7F7F. Windows color (decimal): -5156369 or 15684017. OLE color: 15684017.
HSL color Cylindrical-coordinate representation of color #B151EF: hue angle of 276.46º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B151EF is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 81 | 239 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.06 |
| HSL | 276.46º | 0.83% | 0.63% | - |
| HSV(B) | 276.46º | 0.66% | 0.94% | - |
| XYZ | 36.65 | 21.46 | 83.87 | - |
| YUV | 127.72 | 190.8 | 163.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 239 | 0.26 | 0.66 | 0 | 0.06 | 276.46 | 0.83 | 0.63 |
| Hex | B1 | 51 | EF | 1A | 42 | 0 | 6 | 114 | 53 | 3F |
| Octal | 261 | 121 | 357 | 32 | 102 | 0 | 6 | 424 | 123 | 77 |
| Binary | 10110001 | 1010001 | 11101111 | 11010 | 1000010 | 0 | 110 | 100010100 | 1010011 | 111111 |
Color Harmonies of #B151EF
Complementary color
Monochromatic Colors of #B151EF
Black with #B151EF
Text Example
Text Example
White with #B151EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151EF; }
p { color: rgb(177,81,239); }
H1.HeaderClassName
{
color: #B151EF;
}
.AnyTagClassName
{
color: #B151EF;
}
</style>
background-color css
<style>
a { background-color: #B151EF; }
a { background-color: rgb(177,81,239); }
div.DivClassName
{
background-color: #B151EF;
}
.BgClassName
{
background-color: #B151EF;
}
</style>
border-color css
<style>
span { border-color: #B151EF; }
span { border-color: rgb(177,81,239); }
td.TdClassName
{
border-color: #B151EF;
}
.TagClassName
{
border-color: #B151EF;
}
</style>