Shades of Medium Orchid #B950F9
Tints of Medium Orchid #B950F9
RGB
CMYK
RGB Variations
Color information
#B950F9 (or 0xB950F9) is known color: Medium Orchid. HEX triplet: B9, 50 and F9. RGB value is (185,80,249). Sum of RGB (Red+Green+Blue) = 185+80+249=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 80 (31.64% from 255 or 15.56% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #B950F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B950F9 is #46AF06. Grayscale: #828282. Windows color (decimal): -4632327 or 16339129. OLE color: 16339129.
HSL color Cylindrical-coordinate representation of color #B950F9: hue angle of 277.28º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B950F9 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 80 | 249 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.02 |
| HSL | 277.28º | 0.93% | 0.65% | - |
| HSV(B) | 277.28º | 0.68% | 0.98% | - |
| XYZ | 39.98 | 22.89 | 91.93 | - |
| YUV | 130.66 | 194.79 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 80 | 249 | 0.26 | 0.68 | 0 | 0.02 | 277.28 | 0.93 | 0.65 |
| Hex | B9 | 50 | F9 | 1A | 44 | 0 | 2 | 115 | 5D | 41 |
| Octal | 271 | 120 | 371 | 32 | 104 | 0 | 2 | 425 | 135 | 101 |
| Binary | 10111001 | 1010000 | 11111001 | 11010 | 1000100 | 0 | 10 | 100010101 | 1011101 | 1000001 |
Color Harmonies of #B950F9
Complementary color
Monochromatic Colors of #B950F9
Black with #B950F9
Text Example
Text Example
White with #B950F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B950F9; }
p { color: rgb(185,80,249); }
H1.HeaderClassName
{
color: #B950F9;
}
.AnyTagClassName
{
color: #B950F9;
}
</style>
background-color css
<style>
a { background-color: #B950F9; }
a { background-color: rgb(185,80,249); }
div.DivClassName
{
background-color: #B950F9;
}
.BgClassName
{
background-color: #B950F9;
}
</style>
border-color css
<style>
span { border-color: #B950F9; }
span { border-color: rgb(185,80,249); }
td.TdClassName
{
border-color: #B950F9;
}
.TagClassName
{
border-color: #B950F9;
}
</style>