Shades of Medium Orchid #B94DF9
Tints of Medium Orchid #B94DF9
RGB
CMYK
RGB Variations
Color information
#B94DF9 (or 0xB94DF9) is known color: Medium Orchid. HEX triplet: B9, 4D and F9. RGB value is (185,77,249). Sum of RGB (Red+Green+Blue) = 185+77+249=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 77 (30.47% from 255 or 15.07% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #B94DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B94DF9 is #46B206. Grayscale: #808080. Windows color (decimal): -4633095 or 16338361. OLE color: 16338361.
HSL color Cylindrical-coordinate representation of color #B94DF9: hue angle of 277.67º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B94DF9 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 77 | 249 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.02 |
| HSL | 277.67º | 0.93% | 0.64% | - |
| HSV(B) | 277.67º | 0.69% | 0.98% | - |
| XYZ | 39.76 | 22.46 | 91.86 | - |
| YUV | 128.9 | 195.78 | 168.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 77 | 249 | 0.26 | 0.69 | 0 | 0.02 | 277.67 | 0.93 | 0.64 |
| Hex | B9 | 4D | F9 | 1A | 45 | 0 | 2 | 116 | 5D | 40 |
| Octal | 271 | 115 | 371 | 32 | 105 | 0 | 2 | 426 | 135 | 100 |
| Binary | 10111001 | 1001101 | 11111001 | 11010 | 1000101 | 0 | 10 | 100010110 | 1011101 | 1000000 |
Color Harmonies of #B94DF9
Complementary color
Monochromatic Colors of #B94DF9
Black with #B94DF9
Text Example
Text Example
White with #B94DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B94DF9; }
p { color: rgb(185,77,249); }
H1.HeaderClassName
{
color: #B94DF9;
}
.AnyTagClassName
{
color: #B94DF9;
}
</style>
background-color css
<style>
a { background-color: #B94DF9; }
a { background-color: rgb(185,77,249); }
div.DivClassName
{
background-color: #B94DF9;
}
.BgClassName
{
background-color: #B94DF9;
}
</style>
border-color css
<style>
span { border-color: #B94DF9; }
span { border-color: rgb(185,77,249); }
td.TdClassName
{
border-color: #B94DF9;
}
.TagClassName
{
border-color: #B94DF9;
}
</style>