Shades of Medium Orchid #B047FF
Tints of Medium Orchid #B047FF
RGB
CMYK
RGB Variations
Color information
#B047FF (or 0xB047FF) is known color: Medium Orchid. HEX triplet: B0, 47 and FF. RGB value is (176,71,255). Sum of RGB (Red+Green+Blue) = 176+71+255=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 71 (28.12% from 255 or 14.14% from 502); Blue value is 255 (100% from 255 or 50.80% from 502); Max value from RGB is 255 - color contains mainly: blue. Hex color #B047FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047FF is #4FB800. Grayscale: #7A7A7A. Windows color (decimal): -5224449 or 16730032. OLE color: 16730032.
HSL color Cylindrical-coordinate representation of color #B047FF: hue angle of 274.24º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B047FF is Cyan = 0.31, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 71 | 255 | - |
| CMYK | 0.31 | 0.72 | 0 | 0 |
| HSL | 274.24º | 1% | 0.64% | - |
| HSV(B) | 274.24º | 0.72% | 1% | - |
| XYZ | 38.21 | 20.96 | 96.64 | - |
| YUV | 123.37 | 202.29 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 255 | 0.31 | 0.72 | 0 | 0 | 274.24 | 1 | 0.64 |
| Hex | B0 | 47 | FF | 1F | 48 | 0 | 0 | 112 | 64 | 40 |
| Octal | 260 | 107 | 377 | 37 | 110 | 0 | 0 | 422 | 144 | 100 |
| Binary | 10110000 | 1000111 | 11111111 | 11111 | 1001000 | 0 | 0 | 100010010 | 1100100 | 1000000 |
Color Harmonies of #B047FF
Complementary color
Monochromatic Colors of #B047FF
Black with #B047FF
Text Example
Text Example
White with #B047FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047FF; }
p { color: rgb(176,71,255); }
H1.HeaderClassName
{
color: #B047FF;
}
.AnyTagClassName
{
color: #B047FF;
}
</style>
background-color css
<style>
a { background-color: #B047FF; }
a { background-color: rgb(176,71,255); }
div.DivClassName
{
background-color: #B047FF;
}
.BgClassName
{
background-color: #B047FF;
}
</style>
border-color css
<style>
span { border-color: #B047FF; }
span { border-color: rgb(176,71,255); }
td.TdClassName
{
border-color: #B047FF;
}
.TagClassName
{
border-color: #B047FF;
}
</style>