Shades of Medium Orchid #B151F1
Tints of Medium Orchid #B151F1
RGB
CMYK
RGB Variations
Color information
#B151F1 (or 0xB151F1) is known color: Medium Orchid. HEX triplet: B1, 51 and F1. RGB value is (177,81,241). Sum of RGB (Red+Green+Blue) = 177+81+241=499 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.47% from 499); Green value is 81 (32.03% from 255 or 16.23% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #B151F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B151F1 is #4EAE0E. Grayscale: #7F7F7F. Windows color (decimal): -5156367 or 15815089. OLE color: 15815089.
HSL color Cylindrical-coordinate representation of color #B151F1: hue angle of 276º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B151F1 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 81 | 241 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.05 |
| HSL | 276º | 0.85% | 0.63% | - |
| HSV(B) | 276º | 0.66% | 0.95% | - |
| XYZ | 36.95 | 21.58 | 85.44 | - |
| YUV | 127.94 | 191.8 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 81 | 241 | 0.27 | 0.66 | 0 | 0.05 | 276 | 0.85 | 0.63 |
| Hex | B1 | 51 | F1 | 1B | 42 | 0 | 5 | 114 | 55 | 3F |
| Octal | 261 | 121 | 361 | 33 | 102 | 0 | 5 | 424 | 125 | 77 |
| Binary | 10110001 | 1010001 | 11110001 | 11011 | 1000010 | 0 | 101 | 100010100 | 1010101 | 111111 |
Color Harmonies of #B151F1
Complementary color
Monochromatic Colors of #B151F1
Black with #B151F1
Text Example
Text Example
White with #B151F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B151F1; }
p { color: rgb(177,81,241); }
H1.HeaderClassName
{
color: #B151F1;
}
.AnyTagClassName
{
color: #B151F1;
}
</style>
background-color css
<style>
a { background-color: #B151F1; }
a { background-color: rgb(177,81,241); }
div.DivClassName
{
background-color: #B151F1;
}
.BgClassName
{
background-color: #B151F1;
}
</style>
border-color css
<style>
span { border-color: #B151F1; }
span { border-color: rgb(177,81,241); }
td.TdClassName
{
border-color: #B151F1;
}
.TagClassName
{
border-color: #B151F1;
}
</style>