Shades of Medium Orchid #B947F7
Tints of Medium Orchid #B947F7
RGB
CMYK
RGB Variations
Color information
#B947F7 (or 0xB947F7) is known color: Medium Orchid. HEX triplet: B9, 47 and F7. RGB value is (185,71,247). Sum of RGB (Red+Green+Blue) = 185+71+247=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 71 (28.12% from 255 or 14.12% from 503); Blue value is 247 (96.88% from 255 or 49.11% from 503); Max value from RGB is 247 - color contains mainly: blue. Hex color #B947F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B947F7 is #46B808. Grayscale: #7C7C7C. Windows color (decimal): -4634633 or 16205753. OLE color: 16205753.
HSL color Cylindrical-coordinate representation of color #B947F7: hue angle of 278.86º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B947F7 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 185 | 71 | 247 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.03 |
| HSL | 278.86º | 0.92% | 0.62% | - |
| HSV(B) | 278.86º | 0.71% | 0.97% | - |
| XYZ | 39.05 | 21.54 | 90.09 | - |
| YUV | 125.15 | 196.77 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 71 | 247 | 0.25 | 0.71 | 0 | 0.03 | 278.86 | 0.92 | 0.62 |
| Hex | B9 | 47 | F7 | 19 | 47 | 0 | 3 | 117 | 5C | 3E |
| Octal | 271 | 107 | 367 | 31 | 107 | 0 | 3 | 427 | 134 | 76 |
| Binary | 10111001 | 1000111 | 11110111 | 11001 | 1000111 | 0 | 11 | 100010111 | 1011100 | 111110 |
Color Harmonies of #B947F7
Complementary color
Monochromatic Colors of #B947F7
Black with #B947F7
Text Example
Text Example
White with #B947F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B947F7; }
p { color: rgb(185,71,247); }
H1.HeaderClassName
{
color: #B947F7;
}
.AnyTagClassName
{
color: #B947F7;
}
</style>
background-color css
<style>
a { background-color: #B947F7; }
a { background-color: rgb(185,71,247); }
div.DivClassName
{
background-color: #B947F7;
}
.BgClassName
{
background-color: #B947F7;
}
</style>
border-color css
<style>
span { border-color: #B947F7; }
span { border-color: rgb(185,71,247); }
td.TdClassName
{
border-color: #B947F7;
}
.TagClassName
{
border-color: #B947F7;
}
</style>