Shades of Medium Orchid #B946F9
Tints of Medium Orchid #B946F9
RGB
CMYK
RGB Variations
Color information
#B946F9 (or 0xB946F9) is known color: Medium Orchid. HEX triplet: B9, 46 and F9. RGB value is (185,70,249). Sum of RGB (Red+Green+Blue) = 185+70+249=504 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.71% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 249 (97.66% from 255 or 49.40% from 504); Max value from RGB is 249 - color contains mainly: blue. Hex color #B946F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B946F9 is #46B906. Grayscale: #7C7C7C. Windows color (decimal): -4634887 or 16336569. OLE color: 16336569.
HSL color Cylindrical-coordinate representation of color #B946F9: hue angle of 278.55º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B946F9 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 70 | 249 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.02 |
| HSL | 278.55º | 0.94% | 0.63% | - |
| HSV(B) | 278.55º | 0.72% | 0.98% | - |
| XYZ | 39.3 | 21.53 | 91.71 | - |
| YUV | 124.79 | 198.1 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 70 | 249 | 0.26 | 0.72 | 0 | 0.02 | 278.55 | 0.94 | 0.63 |
| Hex | B9 | 46 | F9 | 1A | 48 | 0 | 2 | 117 | 5E | 3F |
| Octal | 271 | 106 | 371 | 32 | 110 | 0 | 2 | 427 | 136 | 77 |
| Binary | 10111001 | 1000110 | 11111001 | 11010 | 1001000 | 0 | 10 | 100010111 | 1011110 | 111111 |
Color Harmonies of #B946F9
Complementary color
Monochromatic Colors of #B946F9
Black with #B946F9
Text Example
Text Example
White with #B946F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B946F9; }
p { color: rgb(185,70,249); }
H1.HeaderClassName
{
color: #B946F9;
}
.AnyTagClassName
{
color: #B946F9;
}
</style>
background-color css
<style>
a { background-color: #B946F9; }
a { background-color: rgb(185,70,249); }
div.DivClassName
{
background-color: #B946F9;
}
.BgClassName
{
background-color: #B946F9;
}
</style>
border-color css
<style>
span { border-color: #B946F9; }
span { border-color: rgb(185,70,249); }
td.TdClassName
{
border-color: #B946F9;
}
.TagClassName
{
border-color: #B946F9;
}
</style>