Shades of Medium Orchid #B150C7
Tints of Medium Orchid #B150C7
RGB
CMYK
RGB Variations
Color information
#B150C7 (or 0xB150C7) is known color: Medium Orchid. HEX triplet: B1, 50 and C7. RGB value is (177,80,199). Sum of RGB (Red+Green+Blue) = 177+80+199=456 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.82% from 456); Green value is 80 (31.64% from 255 or 17.54% from 456); Blue value is 199 (78.12% from 255 or 43.64% from 456); Max value from RGB is 199 - color contains mainly: blue. Hex color #B150C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B150C7 is #4EAF38. Grayscale: #7A7A7A. Windows color (decimal): -5156665 or 13062321. OLE color: 13062321.
HSL color Cylindrical-coordinate representation of color #B150C7: hue angle of 288.91º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B150C7 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 177 | 80 | 199 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.22 |
| HSL | 288.91º | 0.52% | 0.55% | - |
| HSV(B) | 288.91º | 0.6% | 0.78% | - |
| XYZ | 31.31 | 19.21 | 56.09 | - |
| YUV | 122.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 80 | 199 | 0.11 | 0.60 | 0 | 0.22 | 288.91 | 0.52 | 0.55 |
| Hex | B1 | 50 | C7 | B | 3C | 0 | 16 | 121 | 34 | 37 |
| Octal | 261 | 120 | 307 | 13 | 74 | 0 | 26 | 441 | 64 | 67 |
| Binary | 10110001 | 1010000 | 11000111 | 1011 | 111100 | 0 | 10110 | 100100001 | 110100 | 110111 |
Color Harmonies of #B150C7
Complementary color
Monochromatic Colors of #B150C7
Black with #B150C7
Text Example
Text Example
White with #B150C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B150C7; }
p { color: rgb(177,80,199); }
H1.HeaderClassName
{
color: #B150C7;
}
.AnyTagClassName
{
color: #B150C7;
}
</style>
background-color css
<style>
a { background-color: #B150C7; }
a { background-color: rgb(177,80,199); }
div.DivClassName
{
background-color: #B150C7;
}
.BgClassName
{
background-color: #B150C7;
}
</style>
border-color css
<style>
span { border-color: #B150C7; }
span { border-color: rgb(177,80,199); }
td.TdClassName
{
border-color: #B150C7;
}
.TagClassName
{
border-color: #B150C7;
}
</style>