Shades of Medium Orchid #B148FE
Tints of Medium Orchid #B148FE
RGB
CMYK
RGB Variations
Color information
#B148FE (or 0xB148FE) is known color: Medium Orchid. HEX triplet: B1, 48 and FE. RGB value is (177,72,254). Sum of RGB (Red+Green+Blue) = 177+72+254=503 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.19% from 503); Green value is 72 (28.52% from 255 or 14.31% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #B148FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B148FE is #4EB701. Grayscale: #7B7B7B. Windows color (decimal): -5158658 or 16664753. OLE color: 16664753.
HSL color Cylindrical-coordinate representation of color #B148FE: hue angle of 274.62º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B148FE is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 72 | 254 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.00 |
| HSL | 274.62º | 0.99% | 0.64% | - |
| HSV(B) | 274.62º | 0.72% | 1% | - |
| XYZ | 38.34 | 21.14 | 95.83 | - |
| YUV | 124.14 | 201.29 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 254 | 0.30 | 0.72 | 0 | 0.00 | 274.62 | 0.99 | 0.64 |
| Hex | B1 | 48 | FE | 1E | 48 | 0 | 0 | 113 | 63 | 40 |
| Octal | 261 | 110 | 376 | 36 | 110 | 0 | 0 | 423 | 143 | 100 |
| Binary | 10110001 | 1001000 | 11111110 | 11110 | 1001000 | 0 | 0 | 100010011 | 1100011 | 1000000 |
Color Harmonies of #B148FE
Complementary color
Monochromatic Colors of #B148FE
Black with #B148FE
Text Example
Text Example
White with #B148FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B148FE; }
p { color: rgb(177,72,254); }
H1.HeaderClassName
{
color: #B148FE;
}
.AnyTagClassName
{
color: #B148FE;
}
</style>
background-color css
<style>
a { background-color: #B148FE; }
a { background-color: rgb(177,72,254); }
div.DivClassName
{
background-color: #B148FE;
}
.BgClassName
{
background-color: #B148FE;
}
</style>
border-color css
<style>
span { border-color: #B148FE; }
span { border-color: rgb(177,72,254); }
td.TdClassName
{
border-color: #B148FE;
}
.TagClassName
{
border-color: #B148FE;
}
</style>