Shades of Medium Orchid #B961DF
Tints of Medium Orchid #B961DF
RGB
CMYK
RGB Variations
Color information
#B961DF (or 0xB961DF) is known color: Medium Orchid. HEX triplet: B9, 61 and DF. RGB value is (185,97,223). Sum of RGB (Red+Green+Blue) = 185+97+223=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 223 (87.5% from 255 or 44.16% from 505); Max value from RGB is 223 - color contains mainly: blue. Hex color #B961DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B961DF is #469E20. Grayscale: #898989. Windows color (decimal): -4628001 or 14639545. OLE color: 14639545.
HSL color Cylindrical-coordinate representation of color #B961DF: hue angle of 281.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B961DF is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 97 | 223 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.13 |
| HSL | 281.9º | 0.66% | 0.63% | - |
| HSV(B) | 281.9º | 0.57% | 0.87% | - |
| XYZ | 37.6 | 24.19 | 72.5 | - |
| YUV | 137.68 | 176.15 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 97 | 223 | 0.17 | 0.57 | 0 | 0.13 | 281.9 | 0.66 | 0.63 |
| Hex | B9 | 61 | DF | 11 | 39 | 0 | D | 11A | 42 | 3F |
| Octal | 271 | 141 | 337 | 21 | 71 | 0 | 15 | 432 | 102 | 77 |
| Binary | 10111001 | 1100001 | 11011111 | 10001 | 111001 | 0 | 1101 | 100011010 | 1000010 | 111111 |
Color Harmonies of #B961DF
Complementary color
Monochromatic Colors of #B961DF
Black with #B961DF
Text Example
Text Example
White with #B961DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B961DF; }
p { color: rgb(185,97,223); }
H1.HeaderClassName
{
color: #B961DF;
}
.AnyTagClassName
{
color: #B961DF;
}
</style>
background-color css
<style>
a { background-color: #B961DF; }
a { background-color: rgb(185,97,223); }
div.DivClassName
{
background-color: #B961DF;
}
.BgClassName
{
background-color: #B961DF;
}
</style>
border-color css
<style>
span { border-color: #B961DF; }
span { border-color: rgb(185,97,223); }
td.TdClassName
{
border-color: #B961DF;
}
.TagClassName
{
border-color: #B961DF;
}
</style>