Shades of Medium Orchid #B148DF
Tints of Medium Orchid #B148DF
RGB
CMYK
RGB Variations
Color information
#B148DF (or 0xB148DF) is known color: Medium Orchid. HEX triplet: B1, 48 and DF. RGB value is (177,72,223). Sum of RGB (Red+Green+Blue) = 177+72+223=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 72 (28.52% from 255 or 15.25% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #B148DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B148DF is #4EB720. Grayscale: #787878. Windows color (decimal): -5158689 or 14633137. OLE color: 14633137.
HSL color Cylindrical-coordinate representation of color #B148DF: hue angle of 281.72º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B148DF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 72 | 223 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.13 |
| HSL | 281.72º | 0.7% | 0.58% | - |
| HSV(B) | 281.72º | 0.68% | 0.87% | - |
| XYZ | 33.77 | 19.31 | 71.76 | - |
| YUV | 120.61 | 185.79 | 168.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 72 | 223 | 0.21 | 0.68 | 0 | 0.13 | 281.72 | 0.7 | 0.58 |
| Hex | B1 | 48 | DF | 15 | 44 | 0 | D | 11A | 46 | 3A |
| Octal | 261 | 110 | 337 | 25 | 104 | 0 | 15 | 432 | 106 | 72 |
| Binary | 10110001 | 1001000 | 11011111 | 10101 | 1000100 | 0 | 1101 | 100011010 | 1000110 | 111010 |
Color Harmonies of #B148DF
Complementary color
Monochromatic Colors of #B148DF
Black with #B148DF
Text Example
Text Example
White with #B148DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B148DF; }
p { color: rgb(177,72,223); }
H1.HeaderClassName
{
color: #B148DF;
}
.AnyTagClassName
{
color: #B148DF;
}
</style>
background-color css
<style>
a { background-color: #B148DF; }
a { background-color: rgb(177,72,223); }
div.DivClassName
{
background-color: #B148DF;
}
.BgClassName
{
background-color: #B148DF;
}
</style>
border-color css
<style>
span { border-color: #B148DF; }
span { border-color: rgb(177,72,223); }
td.TdClassName
{
border-color: #B148DF;
}
.TagClassName
{
border-color: #B148DF;
}
</style>