Shades of Medium Orchid #B247DF
Tints of Medium Orchid #B247DF
RGB
CMYK
RGB Variations
Color information
#B247DF (or 0xB247DF) is known color: Medium Orchid. HEX triplet: B2, 47 and DF. RGB value is (178,71,223). Sum of RGB (Red+Green+Blue) = 178+71+223=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 71 (28.12% from 255 or 15.04% 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 #B247DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B247DF is #4DB820. Grayscale: #777777. Windows color (decimal): -5093409 or 14632882. OLE color: 14632882.
HSL color Cylindrical-coordinate representation of color #B247DF: hue angle of 282.24º 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 #B247DF is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 178 | 71 | 223 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.13 |
| HSL | 282.24º | 0.7% | 0.58% | - |
| HSV(B) | 282.24º | 0.68% | 0.87% | - |
| XYZ | 33.93 | 19.3 | 71.75 | - |
| YUV | 120.32 | 185.95 | 169.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 223 | 0.20 | 0.68 | 0 | 0.13 | 282.24 | 0.7 | 0.58 |
| Hex | B2 | 47 | DF | 14 | 44 | 0 | D | 11A | 46 | 3A |
| Octal | 262 | 107 | 337 | 24 | 104 | 0 | 15 | 432 | 106 | 72 |
| Binary | 10110010 | 1000111 | 11011111 | 10100 | 1000100 | 0 | 1101 | 100011010 | 1000110 | 111010 |
Color Harmonies of #B247DF
Complementary color
Monochromatic Colors of #B247DF
Black with #B247DF
Text Example
Text Example
White with #B247DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B247DF; }
p { color: rgb(178,71,223); }
H1.HeaderClassName
{
color: #B247DF;
}
.AnyTagClassName
{
color: #B247DF;
}
</style>
background-color css
<style>
a { background-color: #B247DF; }
a { background-color: rgb(178,71,223); }
div.DivClassName
{
background-color: #B247DF;
}
.BgClassName
{
background-color: #B247DF;
}
</style>
border-color css
<style>
span { border-color: #B247DF; }
span { border-color: rgb(178,71,223); }
td.TdClassName
{
border-color: #B247DF;
}
.TagClassName
{
border-color: #B247DF;
}
</style>