Shades of Medium Orchid #B15CFF
Tints of Medium Orchid #B15CFF
RGB
CMYK
RGB Variations
Color information
#B15CFF (or 0xB15CFF) is known color: Medium Orchid. HEX triplet: B1, 5C and FF. RGB value is (177,92,255). Sum of RGB (Red+Green+Blue) = 177+92+255=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 92 (36.33% from 255 or 17.56% from 524); Blue value is 255 (100% from 255 or 48.66% from 524); Max value from RGB is 255 - color contains mainly: blue. Hex color #B15CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15CFF is #4EA300. Grayscale: #878787. Windows color (decimal): -5153537 or 16735409. OLE color: 16735409.
HSL color Cylindrical-coordinate representation of color #B15CFF: hue angle of 271.29º 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 #B15CFF is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 92 | 255 | - |
| CMYK | 0.31 | 0.64 | 0 | 0 |
| HSL | 271.29º | 1% | 0.68% | - |
| HSV(B) | 271.29º | 0.64% | 1% | - |
| XYZ | 40.01 | 24.22 | 97.17 | - |
| YUV | 136 | 195.16 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 92 | 255 | 0.31 | 0.64 | 0 | 0 | 271.29 | 1 | 0.68 |
| Hex | B1 | 5C | FF | 1F | 40 | 0 | 0 | 10F | 64 | 44 |
| Octal | 261 | 134 | 377 | 37 | 100 | 0 | 0 | 417 | 144 | 104 |
| Binary | 10110001 | 1011100 | 11111111 | 11111 | 1000000 | 0 | 0 | 100001111 | 1100100 | 1000100 |
Color Harmonies of #B15CFF
Complementary color
Monochromatic Colors of #B15CFF
Black with #B15CFF
Text Example
Text Example
White with #B15CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15CFF; }
p { color: rgb(177,92,255); }
H1.HeaderClassName
{
color: #B15CFF;
}
.AnyTagClassName
{
color: #B15CFF;
}
</style>
background-color css
<style>
a { background-color: #B15CFF; }
a { background-color: rgb(177,92,255); }
div.DivClassName
{
background-color: #B15CFF;
}
.BgClassName
{
background-color: #B15CFF;
}
</style>
border-color css
<style>
span { border-color: #B15CFF; }
span { border-color: rgb(177,92,255); }
td.TdClassName
{
border-color: #B15CFF;
}
.TagClassName
{
border-color: #B15CFF;
}
</style>