Shades of Medium Orchid #B15DFF
Tints of Medium Orchid #B15DFF
RGB
CMYK
RGB Variations
Color information
#B15DFF (or 0xB15DFF) is known color: Medium Orchid. HEX triplet: B1, 5D and FF. RGB value is (177,93,255). Sum of RGB (Red+Green+Blue) = 177+93+255=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 93 (36.72% from 255 or 17.71% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #B15DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15DFF is #4EA200. Grayscale: #888888. Windows color (decimal): -5153281 or 16735665. OLE color: 16735665.
HSL color Cylindrical-coordinate representation of color #B15DFF: hue angle of 271.11º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B15DFF is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 93 | 255 | - |
| CMYK | 0.31 | 0.64 | 0 | 0 |
| HSL | 271.11º | 1% | 0.68% | - |
| HSV(B) | 271.11º | 0.64% | 1% | - |
| XYZ | 40.1 | 24.4 | 97.2 | - |
| YUV | 136.58 | 194.83 | 156.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 93 | 255 | 0.31 | 0.64 | 0 | 0 | 271.11 | 1 | 0.68 |
| Hex | B1 | 5D | FF | 1F | 40 | 0 | 0 | 10F | 64 | 44 |
| Octal | 261 | 135 | 377 | 37 | 100 | 0 | 0 | 417 | 144 | 104 |
| Binary | 10110001 | 1011101 | 11111111 | 11111 | 1000000 | 0 | 0 | 100001111 | 1100100 | 1000100 |
Color Harmonies of #B15DFF
Complementary color
Monochromatic Colors of #B15DFF
Black with #B15DFF
Text Example
Text Example
White with #B15DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15DFF; }
p { color: rgb(177,93,255); }
H1.HeaderClassName
{
color: #B15DFF;
}
.AnyTagClassName
{
color: #B15DFF;
}
</style>
background-color css
<style>
a { background-color: #B15DFF; }
a { background-color: rgb(177,93,255); }
div.DivClassName
{
background-color: #B15DFF;
}
.BgClassName
{
background-color: #B15DFF;
}
</style>
border-color css
<style>
span { border-color: #B15DFF; }
span { border-color: rgb(177,93,255); }
td.TdClassName
{
border-color: #B15DFF;
}
.TagClassName
{
border-color: #B15DFF;
}
</style>