Shades of Medium Orchid #B141FE
Tints of Medium Orchid #B141FE
RGB
CMYK
RGB Variations
Color information
#B141FE (or 0xB141FE) is known color: Medium Orchid. HEX triplet: B1, 41 and FE. RGB value is (177,65,254). Sum of RGB (Red+Green+Blue) = 177+65+254=496 (65% of max value = 765). Red value is 177 (69.53% from 255 or 35.69% from 496); Green value is 65 (25.78% from 255 or 13.10% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #B141FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B141FE is #4EBE01. Grayscale: #777777. Windows color (decimal): -5160450 or 16662961. OLE color: 16662961.
HSL color Cylindrical-coordinate representation of color #B141FE: hue angle of 275.56º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B141FE is Cyan = 0.30, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 65 | 254 | - |
| CMYK | 0.30 | 0.74 | 0 | 0.00 |
| HSL | 275.56º | 0.99% | 0.63% | - |
| HSV(B) | 275.56º | 0.74% | 1% | - |
| XYZ | 37.91 | 20.28 | 95.68 | - |
| YUV | 120.03 | 203.61 | 168.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 65 | 254 | 0.30 | 0.74 | 0 | 0.00 | 275.56 | 0.99 | 0.63 |
| Hex | B1 | 41 | FE | 1E | 4A | 0 | 0 | 114 | 63 | 3F |
| Octal | 261 | 101 | 376 | 36 | 112 | 0 | 0 | 424 | 143 | 77 |
| Binary | 10110001 | 1000001 | 11111110 | 11110 | 1001010 | 0 | 0 | 100010100 | 1100011 | 111111 |
Color Harmonies of #B141FE
Complementary color
Monochromatic Colors of #B141FE
Black with #B141FE
Text Example
Text Example
White with #B141FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B141FE; }
p { color: rgb(177,65,254); }
H1.HeaderClassName
{
color: #B141FE;
}
.AnyTagClassName
{
color: #B141FE;
}
</style>
background-color css
<style>
a { background-color: #B141FE; }
a { background-color: rgb(177,65,254); }
div.DivClassName
{
background-color: #B141FE;
}
.BgClassName
{
background-color: #B141FE;
}
</style>
border-color css
<style>
span { border-color: #B141FE; }
span { border-color: rgb(177,65,254); }
td.TdClassName
{
border-color: #B141FE;
}
.TagClassName
{
border-color: #B141FE;
}
</style>