Shades of Medium Orchid #B247ED
Tints of Medium Orchid #B247ED
RGB
CMYK
RGB Variations
Color information
#B247ED (or 0xB247ED) is known color: Medium Orchid. HEX triplet: B2, 47 and ED. RGB value is (178,71,237). Sum of RGB (Red+Green+Blue) = 178+71+237=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 237 (92.97% from 255 or 48.77% from 486); Max value from RGB is 237 - color contains mainly: blue. Hex color #B247ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B247ED is #4DB812. Grayscale: #797979. Windows color (decimal): -5093395 or 15550386. OLE color: 15550386.
HSL color Cylindrical-coordinate representation of color #B247ED: hue angle of 278.67º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B247ED is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 71 | 237 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.07 |
| HSL | 278.67º | 0.82% | 0.6% | - |
| HSV(B) | 278.67º | 0.7% | 0.93% | - |
| XYZ | 35.9 | 20.09 | 82.11 | - |
| YUV | 121.92 | 192.95 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 71 | 237 | 0.25 | 0.70 | 0 | 0.07 | 278.67 | 0.82 | 0.6 |
| Hex | B2 | 47 | ED | 19 | 46 | 0 | 7 | 117 | 52 | 3C |
| Octal | 262 | 107 | 355 | 31 | 106 | 0 | 7 | 427 | 122 | 74 |
| Binary | 10110010 | 1000111 | 11101101 | 11001 | 1000110 | 0 | 111 | 100010111 | 1010010 | 111100 |
Color Harmonies of #B247ED
Complementary color
Monochromatic Colors of #B247ED
Black with #B247ED
Text Example
Text Example
White with #B247ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B247ED; }
p { color: rgb(178,71,237); }
H1.HeaderClassName
{
color: #B247ED;
}
.AnyTagClassName
{
color: #B247ED;
}
</style>
background-color css
<style>
a { background-color: #B247ED; }
a { background-color: rgb(178,71,237); }
div.DivClassName
{
background-color: #B247ED;
}
.BgClassName
{
background-color: #B247ED;
}
</style>
border-color css
<style>
span { border-color: #B247ED; }
span { border-color: rgb(178,71,237); }
td.TdClassName
{
border-color: #B247ED;
}
.TagClassName
{
border-color: #B247ED;
}
</style>