Shades of Medium Orchid #B147F2
Tints of Medium Orchid #B147F2
RGB
CMYK
RGB Variations
Color information
#B147F2 (or 0xB147F2) is known color: Medium Orchid. HEX triplet: B1, 47 and F2. RGB value is (177,71,242). Sum of RGB (Red+Green+Blue) = 177+71+242=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 71 (28.12% from 255 or 14.49% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #B147F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B147F2 is #4EB80D. Grayscale: #797979. Windows color (decimal): -5158926 or 15878065. OLE color: 15878065.
HSL color Cylindrical-coordinate representation of color #B147F2: hue angle of 277.19º degrees, saturation: 0.87, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B147F2 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 71 | 242 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.05 |
| HSL | 277.19º | 0.87% | 0.61% | - |
| HSV(B) | 277.19º | 0.71% | 0.95% | - |
| XYZ | 36.41 | 20.26 | 86 | - |
| YUV | 122.19 | 195.62 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 242 | 0.27 | 0.71 | 0 | 0.05 | 277.19 | 0.87 | 0.61 |
| Hex | B1 | 47 | F2 | 1B | 47 | 0 | 5 | 115 | 57 | 3D |
| Octal | 261 | 107 | 362 | 33 | 107 | 0 | 5 | 425 | 127 | 75 |
| Binary | 10110001 | 1000111 | 11110010 | 11011 | 1000111 | 0 | 101 | 100010101 | 1010111 | 111101 |
Color Harmonies of #B147F2
Complementary color
Monochromatic Colors of #B147F2
Black with #B147F2
Text Example
Text Example
White with #B147F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B147F2; }
p { color: rgb(177,71,242); }
H1.HeaderClassName
{
color: #B147F2;
}
.AnyTagClassName
{
color: #B147F2;
}
</style>
background-color css
<style>
a { background-color: #B147F2; }
a { background-color: rgb(177,71,242); }
div.DivClassName
{
background-color: #B147F2;
}
.BgClassName
{
background-color: #B147F2;
}
</style>
border-color css
<style>
span { border-color: #B147F2; }
span { border-color: rgb(177,71,242); }
td.TdClassName
{
border-color: #B147F2;
}
.TagClassName
{
border-color: #B147F2;
}
</style>