Shades of Medium Orchid #B15FF6
Tints of Medium Orchid #B15FF6
RGB
CMYK
RGB Variations
Color information
#B15FF6 (or 0xB15FF6) is known color: Medium Orchid. HEX triplet: B1, 5F and F6. RGB value is (177,95,246). Sum of RGB (Red+Green+Blue) = 177+95+246=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 95 (37.5% from 255 or 18.34% from 518); Blue value is 246 (96.48% from 255 or 47.49% from 518); Max value from RGB is 246 - color contains mainly: blue. Hex color #B15FF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15FF6 is #4EA009. Grayscale: #888888. Windows color (decimal): -5152778 or 16146353. OLE color: 16146353.
HSL color Cylindrical-coordinate representation of color #B15FF6: hue angle of 272.58º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B15FF6 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 95 | 246 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.04 |
| HSL | 272.58º | 0.89% | 0.67% | - |
| HSV(B) | 272.58º | 0.61% | 0.96% | - |
| XYZ | 38.86 | 24.19 | 89.81 | - |
| YUV | 136.73 | 189.67 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 95 | 246 | 0.28 | 0.61 | 0 | 0.04 | 272.58 | 0.89 | 0.67 |
| Hex | B1 | 5F | F6 | 1C | 3D | 0 | 4 | 111 | 59 | 43 |
| Octal | 261 | 137 | 366 | 34 | 75 | 0 | 4 | 421 | 131 | 103 |
| Binary | 10110001 | 1011111 | 11110110 | 11100 | 111101 | 0 | 100 | 100010001 | 1011001 | 1000011 |
Color Harmonies of #B15FF6
Complementary color
Monochromatic Colors of #B15FF6
Black with #B15FF6
Text Example
Text Example
White with #B15FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15FF6; }
p { color: rgb(177,95,246); }
H1.HeaderClassName
{
color: #B15FF6;
}
.AnyTagClassName
{
color: #B15FF6;
}
</style>
background-color css
<style>
a { background-color: #B15FF6; }
a { background-color: rgb(177,95,246); }
div.DivClassName
{
background-color: #B15FF6;
}
.BgClassName
{
background-color: #B15FF6;
}
</style>
border-color css
<style>
span { border-color: #B15FF6; }
span { border-color: rgb(177,95,246); }
td.TdClassName
{
border-color: #B15FF6;
}
.TagClassName
{
border-color: #B15FF6;
}
</style>