Shades of Medium Orchid #B145FE
Tints of Medium Orchid #B145FE
RGB
CMYK
RGB Variations
Color information
#B145FE (or 0xB145FE) is known color: Medium Orchid. HEX triplet: B1, 45 and FE. RGB value is (177,69,254). Sum of RGB (Red+Green+Blue) = 177+69+254=500 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.4% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #B145FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B145FE is #4EBA01. Grayscale: #797979. Windows color (decimal): -5159426 or 16663985. OLE color: 16663985.
HSL color Cylindrical-coordinate representation of color #B145FE: hue angle of 275.03º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B145FE is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 69 | 254 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.00 |
| HSL | 275.03º | 0.99% | 0.63% | - |
| HSV(B) | 275.03º | 0.73% | 1% | - |
| XYZ | 38.15 | 20.76 | 95.76 | - |
| YUV | 122.38 | 202.28 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 69 | 254 | 0.30 | 0.73 | 0 | 0.00 | 275.03 | 0.99 | 0.63 |
| Hex | B1 | 45 | FE | 1E | 49 | 0 | 0 | 113 | 63 | 3F |
| Octal | 261 | 105 | 376 | 36 | 111 | 0 | 0 | 423 | 143 | 77 |
| Binary | 10110001 | 1000101 | 11111110 | 11110 | 1001001 | 0 | 0 | 100010011 | 1100011 | 111111 |
Color Harmonies of #B145FE
Complementary color
Monochromatic Colors of #B145FE
Black with #B145FE
Text Example
Text Example
White with #B145FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B145FE; }
p { color: rgb(177,69,254); }
H1.HeaderClassName
{
color: #B145FE;
}
.AnyTagClassName
{
color: #B145FE;
}
</style>
background-color css
<style>
a { background-color: #B145FE; }
a { background-color: rgb(177,69,254); }
div.DivClassName
{
background-color: #B145FE;
}
.BgClassName
{
background-color: #B145FE;
}
</style>
border-color css
<style>
span { border-color: #B145FE; }
span { border-color: rgb(177,69,254); }
td.TdClassName
{
border-color: #B145FE;
}
.TagClassName
{
border-color: #B145FE;
}
</style>