Shades of Medium Orchid #B15CF9
Tints of Medium Orchid #B15CF9
RGB
CMYK
RGB Variations
Color information
#B15CF9 (or 0xB15CF9) is known color: Medium Orchid. HEX triplet: B1, 5C and F9. RGB value is (177,92,249). Sum of RGB (Red+Green+Blue) = 177+92+249=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 249 (97.66% from 255 or 48.07% from 518); Max value from RGB is 249 - color contains mainly: blue. Hex color #B15CF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CF9 is #4EA306. Grayscale: #868686. Windows color (decimal): -5153543 or 16342193. OLE color: 16342193.
HSL color Cylindrical-coordinate representation of color #B15CF9: hue angle of 272.48º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15CF9 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 177 | 92 | 249 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.02 |
| HSL | 272.48º | 0.93% | 0.67% | - |
| HSV(B) | 272.48º | 0.63% | 0.98% | - |
| XYZ | 39.06 | 23.84 | 92.17 | - |
| YUV | 135.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 249 | 0.29 | 0.63 | 0 | 0.02 | 272.48 | 0.93 | 0.67 |
| Hex | B1 | 5C | F9 | 1D | 3F | 0 | 2 | 110 | 5D | 43 |
| Octal | 261 | 134 | 371 | 35 | 77 | 0 | 2 | 420 | 135 | 103 |
| Binary | 10110001 | 1011100 | 11111001 | 11101 | 111111 | 0 | 10 | 100010000 | 1011101 | 1000011 |
Color Harmonies of #B15CF9
Complementary color
Monochromatic Colors of #B15CF9
Black with #B15CF9
Text Example
Text Example
White with #B15CF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15CF9; }
p { color: rgb(177,92,249); }
H1.HeaderClassName
{
color: #B15CF9;
}
.AnyTagClassName
{
color: #B15CF9;
}
</style>
background-color css
<style>
a { background-color: #B15CF9; }
a { background-color: rgb(177,92,249); }
div.DivClassName
{
background-color: #B15CF9;
}
.BgClassName
{
background-color: #B15CF9;
}
</style>
border-color css
<style>
span { border-color: #B15CF9; }
span { border-color: rgb(177,92,249); }
td.TdClassName
{
border-color: #B15CF9;
}
.TagClassName
{
border-color: #B15CF9;
}
</style>