Shades of Medium Orchid #B148D9
Tints of Medium Orchid #B148D9
RGB
CMYK
RGB Variations
Color information
#B148D9 (or 0xB148D9) is known color: Medium Orchid. HEX triplet: B1, 48 and D9. RGB value is (177,72,217). Sum of RGB (Red+Green+Blue) = 177+72+217=466 (61% of max value = 765). Red value is 177 (69.53% from 255 or 37.98% from 466); Green value is 72 (28.52% from 255 or 15.45% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #B148D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148D9 is #4EB726. Grayscale: #777777. Windows color (decimal): -5158695 or 14239921. OLE color: 14239921.
HSL color Cylindrical-coordinate representation of color #B148D9: hue angle of 283.45º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B148D9 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 177 | 72 | 217 | - |
| CMYK | 0.18 | 0.67 | 0 | 0.15 |
| HSL | 283.45º | 0.66% | 0.57% | - |
| HSV(B) | 283.45º | 0.67% | 0.85% | - |
| XYZ | 32.97 | 18.99 | 67.57 | - |
| YUV | 119.93 | 182.79 | 168.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 217 | 0.18 | 0.67 | 0 | 0.15 | 283.45 | 0.66 | 0.57 |
| Hex | B1 | 48 | D9 | 12 | 43 | 0 | F | 11B | 42 | 39 |
| Octal | 261 | 110 | 331 | 22 | 103 | 0 | 17 | 433 | 102 | 71 |
| Binary | 10110001 | 1001000 | 11011001 | 10010 | 1000011 | 0 | 1111 | 100011011 | 1000010 | 111001 |
Color Harmonies of #B148D9
Complementary color
Monochromatic Colors of #B148D9
Black with #B148D9
Text Example
Text Example
White with #B148D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B148D9; }
p { color: rgb(177,72,217); }
H1.HeaderClassName
{
color: #B148D9;
}
.AnyTagClassName
{
color: #B148D9;
}
</style>
background-color css
<style>
a { background-color: #B148D9; }
a { background-color: rgb(177,72,217); }
div.DivClassName
{
background-color: #B148D9;
}
.BgClassName
{
background-color: #B148D9;
}
</style>
border-color css
<style>
span { border-color: #B148D9; }
span { border-color: rgb(177,72,217); }
td.TdClassName
{
border-color: #B148D9;
}
.TagClassName
{
border-color: #B148D9;
}
</style>