Shades of Medium Orchid #B047EF
Tints of Medium Orchid #B047EF
RGB
CMYK
RGB Variations
Color information
#B047EF (or 0xB047EF) is known color: Medium Orchid. HEX triplet: B0, 47 and EF. RGB value is (176,71,239). Sum of RGB (Red+Green+Blue) = 176+71+239=486 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.21% from 486); Green value is 71 (28.12% from 255 or 14.61% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #B047EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047EF is #4FB810. Grayscale: #787878. Windows color (decimal): -5224465 or 15681456. OLE color: 15681456.
HSL color Cylindrical-coordinate representation of color #B047EF: hue angle of 277.5º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B047EF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 71 | 239 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.06 |
| HSL | 277.5º | 0.84% | 0.61% | - |
| HSV(B) | 277.5º | 0.7% | 0.94% | - |
| XYZ | 35.74 | 19.97 | 83.63 | - |
| YUV | 121.55 | 194.29 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 239 | 0.26 | 0.70 | 0 | 0.06 | 277.5 | 0.84 | 0.61 |
| Hex | B0 | 47 | EF | 1A | 46 | 0 | 6 | 116 | 54 | 3D |
| Octal | 260 | 107 | 357 | 32 | 106 | 0 | 6 | 426 | 124 | 75 |
| Binary | 10110000 | 1000111 | 11101111 | 11010 | 1000110 | 0 | 110 | 100010110 | 1010100 | 111101 |
Color Harmonies of #B047EF
Complementary color
Monochromatic Colors of #B047EF
Black with #B047EF
Text Example
Text Example
White with #B047EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047EF; }
p { color: rgb(176,71,239); }
H1.HeaderClassName
{
color: #B047EF;
}
.AnyTagClassName
{
color: #B047EF;
}
</style>
background-color css
<style>
a { background-color: #B047EF; }
a { background-color: rgb(176,71,239); }
div.DivClassName
{
background-color: #B047EF;
}
.BgClassName
{
background-color: #B047EF;
}
</style>
border-color css
<style>
span { border-color: #B047EF; }
span { border-color: rgb(176,71,239); }
td.TdClassName
{
border-color: #B047EF;
}
.TagClassName
{
border-color: #B047EF;
}
</style>