Shades of Medium Orchid #B147DD
Tints of Medium Orchid #B147DD
RGB
CMYK
RGB Variations
Color information
#B147DD (or 0xB147DD) is known color: Medium Orchid. HEX triplet: B1, 47 and DD. RGB value is (177,71,221). Sum of RGB (Red+Green+Blue) = 177+71+221=469 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.74% from 469); Green value is 71 (28.12% from 255 or 15.14% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #B147DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B147DD is #4EB822. Grayscale: #777777. Windows color (decimal): -5158947 or 14501809. OLE color: 14501809.
HSL color Cylindrical-coordinate representation of color #B147DD: hue angle of 282.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B147DD is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 71 | 221 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.13 |
| HSL | 282.4º | 0.69% | 0.57% | - |
| HSV(B) | 282.4º | 0.68% | 0.87% | - |
| XYZ | 33.44 | 19.07 | 70.33 | - |
| YUV | 119.79 | 185.12 | 168.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 71 | 221 | 0.20 | 0.68 | 0 | 0.13 | 282.4 | 0.69 | 0.57 |
| Hex | B1 | 47 | DD | 14 | 44 | 0 | D | 11A | 45 | 39 |
| Octal | 261 | 107 | 335 | 24 | 104 | 0 | 15 | 432 | 105 | 71 |
| Binary | 10110001 | 1000111 | 11011101 | 10100 | 1000100 | 0 | 1101 | 100011010 | 1000101 | 111001 |
Color Harmonies of #B147DD
Complementary color
Monochromatic Colors of #B147DD
Black with #B147DD
Text Example
Text Example
White with #B147DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B147DD; }
p { color: rgb(177,71,221); }
H1.HeaderClassName
{
color: #B147DD;
}
.AnyTagClassName
{
color: #B147DD;
}
</style>
background-color css
<style>
a { background-color: #B147DD; }
a { background-color: rgb(177,71,221); }
div.DivClassName
{
background-color: #B147DD;
}
.BgClassName
{
background-color: #B147DD;
}
</style>
border-color css
<style>
span { border-color: #B147DD; }
span { border-color: rgb(177,71,221); }
td.TdClassName
{
border-color: #B147DD;
}
.TagClassName
{
border-color: #B147DD;
}
</style>