Shades of Medium Orchid #B147E0
Tints of Medium Orchid #B147E0
RGB
CMYK
RGB Variations
Color information
#B147E0 (or 0xB147E0) is known color: Medium Orchid. HEX triplet: B1, 47 and E0. RGB value is (177,71,224). Sum of RGB (Red+Green+Blue) = 177+71+224=472 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.5% from 472); Green value is 71 (28.12% from 255 or 15.04% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #B147E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147E0 is #4EB81F. Grayscale: #777777. Windows color (decimal): -5158944 or 14698417. OLE color: 14698417.
HSL color Cylindrical-coordinate representation of color #B147E0: hue angle of 281.57º degrees, saturation: 0.71, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B147E0 is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 177 | 71 | 224 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.12 |
| HSL | 281.57º | 0.71% | 0.58% | - |
| HSV(B) | 281.57º | 0.68% | 0.88% | - |
| XYZ | 33.84 | 19.24 | 72.45 | - |
| YUV | 120.14 | 186.62 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 224 | 0.21 | 0.68 | 0 | 0.12 | 281.57 | 0.71 | 0.58 |
| Hex | B1 | 47 | E0 | 15 | 44 | 0 | C | 11A | 47 | 3A |
| Octal | 261 | 107 | 340 | 25 | 104 | 0 | 14 | 432 | 107 | 72 |
| Binary | 10110001 | 1000111 | 11100000 | 10101 | 1000100 | 0 | 1100 | 100011010 | 1000111 | 111010 |
Color Harmonies of #B147E0
Complementary color
Monochromatic Colors of #B147E0
Black with #B147E0
Text Example
Text Example
White with #B147E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B147E0; }
p { color: rgb(177,71,224); }
H1.HeaderClassName
{
color: #B147E0;
}
.AnyTagClassName
{
color: #B147E0;
}
</style>
background-color css
<style>
a { background-color: #B147E0; }
a { background-color: rgb(177,71,224); }
div.DivClassName
{
background-color: #B147E0;
}
.BgClassName
{
background-color: #B147E0;
}
</style>
border-color css
<style>
span { border-color: #B147E0; }
span { border-color: rgb(177,71,224); }
td.TdClassName
{
border-color: #B147E0;
}
.TagClassName
{
border-color: #B147E0;
}
</style>