Shades of Medium Orchid #B147E3
Tints of Medium Orchid #B147E3
RGB
CMYK
RGB Variations
Color information
#B147E3 (or 0xB147E3) is known color: Medium Orchid. HEX triplet: B1, 47 and E3. RGB value is (177,71,227). Sum of RGB (Red+Green+Blue) = 177+71+227=475 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.26% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 227 (89.06% from 255 or 47.79% from 475); Max value from RGB is 227 - color contains mainly: blue. Hex color #B147E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147E3 is #4EB81C. Grayscale: #777777. Windows color (decimal): -5158941 or 14895025. OLE color: 14895025.
HSL color Cylindrical-coordinate representation of color #B147E3: hue angle of 280.77º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B147E3 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 177 | 71 | 227 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.11 |
| HSL | 280.77º | 0.74% | 0.58% | - |
| HSV(B) | 280.77º | 0.69% | 0.89% | - |
| XYZ | 34.25 | 19.4 | 74.61 | - |
| YUV | 120.48 | 188.12 | 168.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 227 | 0.22 | 0.69 | 0 | 0.11 | 280.77 | 0.74 | 0.58 |
| Hex | B1 | 47 | E3 | 16 | 45 | 0 | B | 119 | 4A | 3A |
| Octal | 261 | 107 | 343 | 26 | 105 | 0 | 13 | 431 | 112 | 72 |
| Binary | 10110001 | 1000111 | 11100011 | 10110 | 1000101 | 0 | 1011 | 100011001 | 1001010 | 111010 |
Color Harmonies of #B147E3
Complementary color
Monochromatic Colors of #B147E3
Black with #B147E3
Text Example
Text Example
White with #B147E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B147E3; }
p { color: rgb(177,71,227); }
H1.HeaderClassName
{
color: #B147E3;
}
.AnyTagClassName
{
color: #B147E3;
}
</style>
background-color css
<style>
a { background-color: #B147E3; }
a { background-color: rgb(177,71,227); }
div.DivClassName
{
background-color: #B147E3;
}
.BgClassName
{
background-color: #B147E3;
}
</style>
border-color css
<style>
span { border-color: #B147E3; }
span { border-color: rgb(177,71,227); }
td.TdClassName
{
border-color: #B147E3;
}
.TagClassName
{
border-color: #B147E3;
}
</style>