Shades of Medium Orchid #B15EFE
Tints of Medium Orchid #B15EFE
RGB
CMYK
RGB Variations
Color information
#B15EFE (or 0xB15EFE) is known color: Medium Orchid. HEX triplet: B1, 5E and FE. RGB value is (177,94,254). Sum of RGB (Red+Green+Blue) = 177+94+254=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 94 (37.11% from 255 or 17.90% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #B15EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B15EFE is #4EA101. Grayscale: #888888. Windows color (decimal): -5153026 or 16670385. OLE color: 16670385.
HSL color Cylindrical-coordinate representation of color #B15EFE: hue angle of 271.12º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B15EFE is Cyan = 0.30, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 94 | 254 | - |
| CMYK | 0.30 | 0.63 | 0 | 0.00 |
| HSL | 271.13º | 0.99% | 0.68% | - |
| HSV(B) | 271.13º | 0.63% | 1% | - |
| XYZ | 40.02 | 24.51 | 96.39 | - |
| YUV | 137.06 | 194 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 94 | 254 | 0.30 | 0.63 | 0 | 0.00 | 271.13 | 0.99 | 0.68 |
| Hex | B1 | 5E | FE | 1E | 3F | 0 | 0 | 10F | 63 | 44 |
| Octal | 261 | 136 | 376 | 36 | 77 | 0 | 0 | 417 | 143 | 104 |
| Binary | 10110001 | 1011110 | 11111110 | 11110 | 111111 | 0 | 0 | 100001111 | 1100011 | 1000100 |
Color Harmonies of #B15EFE
Complementary color
Monochromatic Colors of #B15EFE
Black with #B15EFE
Text Example
Text Example
White with #B15EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B15EFE; }
p { color: rgb(177,94,254); }
H1.HeaderClassName
{
color: #B15EFE;
}
.AnyTagClassName
{
color: #B15EFE;
}
</style>
background-color css
<style>
a { background-color: #B15EFE; }
a { background-color: rgb(177,94,254); }
div.DivClassName
{
background-color: #B15EFE;
}
.BgClassName
{
background-color: #B15EFE;
}
</style>
border-color css
<style>
span { border-color: #B15EFE; }
span { border-color: rgb(177,94,254); }
td.TdClassName
{
border-color: #B15EFE;
}
.TagClassName
{
border-color: #B15EFE;
}
</style>