Shades of Medium Orchid #B047F1
Tints of Medium Orchid #B047F1
RGB
CMYK
RGB Variations
Color information
#B047F1 (or 0xB047F1) is known color: Medium Orchid. HEX triplet: B0, 47 and F1. RGB value is (176,71,241). Sum of RGB (Red+Green+Blue) = 176+71+241=488 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.07% from 488); Green value is 71 (28.12% from 255 or 14.55% from 488); Blue value is 241 (94.53% from 255 or 49.39% from 488); Max value from RGB is 241 - color contains mainly: blue. Hex color #B047F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B047F1 is #4FB80E. Grayscale: #797979. Windows color (decimal): -5224463 or 15812528. OLE color: 15812528.
HSL color Cylindrical-coordinate representation of color #B047F1: hue angle of 277.06º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B047F1 is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 71 | 241 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.05 |
| HSL | 277.06º | 0.86% | 0.61% | - |
| HSV(B) | 277.06º | 0.71% | 0.95% | - |
| XYZ | 36.03 | 20.09 | 85.2 | - |
| YUV | 121.78 | 195.29 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 241 | 0.27 | 0.71 | 0 | 0.05 | 277.06 | 0.86 | 0.61 |
| Hex | B0 | 47 | F1 | 1B | 47 | 0 | 5 | 115 | 56 | 3D |
| Octal | 260 | 107 | 361 | 33 | 107 | 0 | 5 | 425 | 126 | 75 |
| Binary | 10110000 | 1000111 | 11110001 | 11011 | 1000111 | 0 | 101 | 100010101 | 1010110 | 111101 |
Color Harmonies of #B047F1
Complementary color
Monochromatic Colors of #B047F1
Black with #B047F1
Text Example
Text Example
White with #B047F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B047F1; }
p { color: rgb(176,71,241); }
H1.HeaderClassName
{
color: #B047F1;
}
.AnyTagClassName
{
color: #B047F1;
}
</style>
background-color css
<style>
a { background-color: #B047F1; }
a { background-color: rgb(176,71,241); }
div.DivClassName
{
background-color: #B047F1;
}
.BgClassName
{
background-color: #B047F1;
}
</style>
border-color css
<style>
span { border-color: #B047F1; }
span { border-color: rgb(176,71,241); }
td.TdClassName
{
border-color: #B047F1;
}
.TagClassName
{
border-color: #B047F1;
}
</style>