Shades of Medium Orchid #B148FF
Tints of Medium Orchid #B148FF
RGB
CMYK
RGB Variations
Color information
#B148FF (or 0xB148FF) is known color: Medium Orchid. HEX triplet: B1, 48 and FF. RGB value is (177,72,255). Sum of RGB (Red+Green+Blue) = 177+72+255=504 (66% of max value = 765). Red value is 177 (69.53% from 255 or 35.12% from 504); Green value is 72 (28.52% from 255 or 14.29% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #B148FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B148FF is #4EB700. Grayscale: #7B7B7B. Windows color (decimal): -5158657 or 16730289. OLE color: 16730289.
HSL color Cylindrical-coordinate representation of color #B148FF: hue angle of 274.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B148FF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 72 | 255 | - |
| CMYK | 0.31 | 0.72 | 0 | 0 |
| HSL | 274.43º | 1% | 0.64% | - |
| HSV(B) | 274.43º | 0.72% | 1% | - |
| XYZ | 38.5 | 21.2 | 96.67 | - |
| YUV | 124.26 | 201.79 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 255 | 0.31 | 0.72 | 0 | 0 | 274.43 | 1 | 0.64 |
| Hex | B1 | 48 | FF | 1F | 48 | 0 | 0 | 112 | 64 | 40 |
| Octal | 261 | 110 | 377 | 37 | 110 | 0 | 0 | 422 | 144 | 100 |
| Binary | 10110001 | 1001000 | 11111111 | 11111 | 1001000 | 0 | 0 | 100010010 | 1100100 | 1000000 |
Color Harmonies of #B148FF
Complementary color
Monochromatic Colors of #B148FF
Black with #B148FF
Text Example
Text Example
White with #B148FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B148FF; }
p { color: rgb(177,72,255); }
H1.HeaderClassName
{
color: #B148FF;
}
.AnyTagClassName
{
color: #B148FF;
}
</style>
background-color css
<style>
a { background-color: #B148FF; }
a { background-color: rgb(177,72,255); }
div.DivClassName
{
background-color: #B148FF;
}
.BgClassName
{
background-color: #B148FF;
}
</style>
border-color css
<style>
span { border-color: #B148FF; }
span { border-color: rgb(177,72,255); }
td.TdClassName
{
border-color: #B148FF;
}
.TagClassName
{
border-color: #B148FF;
}
</style>