Shades of Medium Orchid #B150F1
Tints of Medium Orchid #B150F1
RGB
CMYK
RGB Variations
Color information
#B150F1 (or 0xB150F1) is known color: Medium Orchid. HEX triplet: B1, 50 and F1. RGB value is (177,80,241). Sum of RGB (Red+Green+Blue) = 177+80+241=498 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.54% from 498); Green value is 80 (31.64% from 255 or 16.06% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #B150F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B150F1 is #4EAF0E. Grayscale: #7E7E7E. Windows color (decimal): -5156623 or 15814833. OLE color: 15814833.
HSL color Cylindrical-coordinate representation of color #B150F1: hue angle of 276.15º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B150F1 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 80 | 241 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.05 |
| HSL | 276.15º | 0.85% | 0.63% | - |
| HSV(B) | 276.15º | 0.67% | 0.95% | - |
| XYZ | 36.88 | 21.44 | 85.41 | - |
| YUV | 127.36 | 192.14 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 241 | 0.27 | 0.67 | 0 | 0.05 | 276.15 | 0.85 | 0.63 |
| Hex | B1 | 50 | F1 | 1B | 43 | 0 | 5 | 114 | 55 | 3F |
| Octal | 261 | 120 | 361 | 33 | 103 | 0 | 5 | 424 | 125 | 77 |
| Binary | 10110001 | 1010000 | 11110001 | 11011 | 1000011 | 0 | 101 | 100010100 | 1010101 | 111111 |
Color Harmonies of #B150F1
Complementary color
Monochromatic Colors of #B150F1
Black with #B150F1
Text Example
Text Example
White with #B150F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150F1; }
p { color: rgb(177,80,241); }
H1.HeaderClassName
{
color: #B150F1;
}
.AnyTagClassName
{
color: #B150F1;
}
</style>
background-color css
<style>
a { background-color: #B150F1; }
a { background-color: rgb(177,80,241); }
div.DivClassName
{
background-color: #B150F1;
}
.BgClassName
{
background-color: #B150F1;
}
</style>
border-color css
<style>
span { border-color: #B150F1; }
span { border-color: rgb(177,80,241); }
td.TdClassName
{
border-color: #B150F1;
}
.TagClassName
{
border-color: #B150F1;
}
</style>