Shades of Medium Orchid #B13FFE
Tints of Medium Orchid #B13FFE
RGB
CMYK
RGB Variations
Color information
#B13FFE (or 0xB13FFE) is known color: Medium Orchid. HEX triplet: B1, 3F and FE. RGB value is (177,63,254). Sum of RGB (Red+Green+Blue) = 177+63+254=494 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.83% from 494); Green value is 63 (25% from 255 or 12.75% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #B13FFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13FFE is #4EC001. Grayscale: #767676. Windows color (decimal): -5160962 or 16662449. OLE color: 16662449.
HSL color Cylindrical-coordinate representation of color #B13FFE: hue angle of 275.81º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B13FFE is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 63 | 254 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.00 |
| HSL | 275.81º | 0.99% | 0.62% | - |
| HSV(B) | 275.81º | 0.75% | 1% | - |
| XYZ | 37.8 | 20.06 | 95.65 | - |
| YUV | 118.86 | 204.27 | 169.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 254 | 0.30 | 0.75 | 0 | 0.00 | 275.81 | 0.99 | 0.62 |
| Hex | B1 | 3F | FE | 1E | 4B | 0 | 0 | 114 | 63 | 3E |
| Octal | 261 | 77 | 376 | 36 | 113 | 0 | 0 | 424 | 143 | 76 |
| Binary | 10110001 | 111111 | 11111110 | 11110 | 1001011 | 0 | 0 | 100010100 | 1100011 | 111110 |
Color Harmonies of #B13FFE
Complementary color
Monochromatic Colors of #B13FFE
Black with #B13FFE
Text Example
Text Example
White with #B13FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13FFE; }
p { color: rgb(177,63,254); }
H1.HeaderClassName
{
color: #B13FFE;
}
.AnyTagClassName
{
color: #B13FFE;
}
</style>
background-color css
<style>
a { background-color: #B13FFE; }
a { background-color: rgb(177,63,254); }
div.DivClassName
{
background-color: #B13FFE;
}
.BgClassName
{
background-color: #B13FFE;
}
</style>
border-color css
<style>
span { border-color: #B13FFE; }
span { border-color: rgb(177,63,254); }
td.TdClassName
{
border-color: #B13FFE;
}
.TagClassName
{
border-color: #B13FFE;
}
</style>