Shades of Medium Orchid #B151F7
Tints of Medium Orchid #B151F7
RGB
CMYK
RGB Variations
Color information
#B151F7 (or 0xB151F7) is known color: Medium Orchid. HEX triplet: B1, 51 and F7. RGB value is (177,81,247). Sum of RGB (Red+Green+Blue) = 177+81+247=505 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.05% from 505); Green value is 81 (32.03% from 255 or 16.04% from 505); Blue value is 247 (96.88% from 255 or 48.91% from 505); Max value from RGB is 247 - color contains mainly: blue. Hex color #B151F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151F7 is #4EAE08. Grayscale: #808080. Windows color (decimal): -5156361 or 16208305. OLE color: 16208305.
HSL color Cylindrical-coordinate representation of color #B151F7: hue angle of 274.7º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B151F7 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 177 | 81 | 247 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.03 |
| HSL | 274.7º | 0.91% | 0.64% | - |
| HSV(B) | 274.7º | 0.67% | 0.97% | - |
| XYZ | 37.86 | 21.95 | 90.24 | - |
| YUV | 128.63 | 194.8 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 247 | 0.28 | 0.67 | 0 | 0.03 | 274.7 | 0.91 | 0.64 |
| Hex | B1 | 51 | F7 | 1C | 43 | 0 | 3 | 113 | 5B | 40 |
| Octal | 261 | 121 | 367 | 34 | 103 | 0 | 3 | 423 | 133 | 100 |
| Binary | 10110001 | 1010001 | 11110111 | 11100 | 1000011 | 0 | 11 | 100010011 | 1011011 | 1000000 |
Color Harmonies of #B151F7
Complementary color
Monochromatic Colors of #B151F7
Black with #B151F7
Text Example
Text Example
White with #B151F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151F7; }
p { color: rgb(177,81,247); }
H1.HeaderClassName
{
color: #B151F7;
}
.AnyTagClassName
{
color: #B151F7;
}
</style>
background-color css
<style>
a { background-color: #B151F7; }
a { background-color: rgb(177,81,247); }
div.DivClassName
{
background-color: #B151F7;
}
.BgClassName
{
background-color: #B151F7;
}
</style>
border-color css
<style>
span { border-color: #B151F7; }
span { border-color: rgb(177,81,247); }
td.TdClassName
{
border-color: #B151F7;
}
.TagClassName
{
border-color: #B151F7;
}
</style>