Shades of Medium Orchid #B961F9
Tints of Medium Orchid #B961F9
RGB
CMYK
RGB Variations
Color information
#B961F9 (or 0xB961F9) is known color: Medium Orchid. HEX triplet: B9, 61 and F9. RGB value is (185,97,249). Sum of RGB (Red+Green+Blue) = 185+97+249=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 97 (38.28% from 255 or 18.27% from 531); Blue value is 249 (97.66% from 255 or 46.89% from 531); Max value from RGB is 249 - color contains mainly: blue. Hex color #B961F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B961F9 is #469E06. Grayscale: #8C8C8C. Windows color (decimal): -4627975 or 16343481. OLE color: 16343481.
HSL color Cylindrical-coordinate representation of color #B961F9: hue angle of 274.74º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B961F9 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 97 | 249 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.02 |
| HSL | 274.74º | 0.93% | 0.68% | - |
| HSV(B) | 274.74º | 0.61% | 0.98% | - |
| XYZ | 41.38 | 25.7 | 92.4 | - |
| YUV | 140.64 | 189.15 | 159.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 249 | 0.26 | 0.61 | 0 | 0.02 | 274.74 | 0.93 | 0.68 |
| Hex | B9 | 61 | F9 | 1A | 3D | 0 | 2 | 113 | 5D | 44 |
| Octal | 271 | 141 | 371 | 32 | 75 | 0 | 2 | 423 | 135 | 104 |
| Binary | 10111001 | 1100001 | 11111001 | 11010 | 111101 | 0 | 10 | 100010011 | 1011101 | 1000100 |
Color Harmonies of #B961F9
Complementary color
Monochromatic Colors of #B961F9
Black with #B961F9
Text Example
Text Example
White with #B961F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961F9; }
p { color: rgb(185,97,249); }
H1.HeaderClassName
{
color: #B961F9;
}
.AnyTagClassName
{
color: #B961F9;
}
</style>
background-color css
<style>
a { background-color: #B961F9; }
a { background-color: rgb(185,97,249); }
div.DivClassName
{
background-color: #B961F9;
}
.BgClassName
{
background-color: #B961F9;
}
</style>
border-color css
<style>
span { border-color: #B961F9; }
span { border-color: rgb(185,97,249); }
td.TdClassName
{
border-color: #B961F9;
}
.TagClassName
{
border-color: #B961F9;
}
</style>